bgpd: remove unnecessary #include "vty.h"

Per previous commit, these are no longer necessary.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2017-03-02 02:08:01 +00:00
parent 94c6042452
commit e9e4c4f8b0
8 changed files with 0 additions and 8 deletions

View File

@ -24,7 +24,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include "hash.h"
#include "memory.h"
#include "vector.h"
#include "vty.h"
#include "log.h"
#include "stream.h"
#include "command.h"

View File

@ -24,7 +24,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include "prefix.h"
#include "memory.h"
#include "vector.h"
#include "vty.h"
#include "stream.h"
#include "log.h"
#include "hash.h"

View File

@ -31,7 +31,6 @@
#include "buffer.h"
#include "stream.h"
#include "zclient.h"
#include "vty.h"
#include "bfd.h"
#include "lib/json.h"
#include "filter.h"

View File

@ -22,7 +22,6 @@
#include "command.h"
#include "memory.h"
#include "prefix.h"
#include "vty.h"
#include "filter.h"
#include "bgpd.h"

View File

@ -23,7 +23,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include "linklist.h"
#include "prefix.h"
#include "vty.h"
#include "sockunion.h"
#include "thread.h"
#include "log.h"

View File

@ -21,7 +21,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include <zebra.h>
#include "vector.h"
#include "vty.h"
#include "command.h"
#include "getopt.h"
#include "thread.h"

View File

@ -22,7 +22,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include "prefix.h"
#include "filter.h"
#include "vty.h"
#include "routemap.h"
#include "command.h"
#include "linklist.h"

View File

@ -23,7 +23,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include "prefix.h"
#include "memory.h"
#include "sockunion.h"
#include "vty.h"
#include "queue.h"
#include "filter.h"
#include "command.h"