summaryrefslogtreecommitdiff
path: root/bgpd/bgp_table.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2017-03-02 02:08:01 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2017-03-02 02:09:00 +0000
commite9e4c4f8b057b0e85da62395e218dc2b6f231945 (patch)
treeee26e8d73a29ed45f07d31d8999ecbf535fb13fe /bgpd/bgp_table.c
parent94c6042452e3abaca5afe3f42d0257f76be83bac (diff)
bgpd: remove unnecessary #include "vty.h"
Per previous commit, these are no longer necessary. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_table.c')
-rw-r--r--bgpd/bgp_table.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_table.c b/bgpd/bgp_table.c
index 884523919e..06e443b25a 100644
--- a/bgpd/bgp_table.c
+++ b/bgpd/bgp_table.c
@@ -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"