summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_fsm.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2017-03-02 03:08:01 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2017-03-02 03:09:00 +0100
commite9e4c4f8b057b0e85da62395e218dc2b6f231945 (patch)
treeee26e8d73a29ed45f07d31d8999ecbf535fb13fe /bgpd/bgp_fsm.c
parentbgpd: add vty.h to bgpd.h (diff)
downloadfrr-e9e4c4f8b057b0e85da62395e218dc2b6f231945.tar.xz
frr-e9e4c4f8b057b0e85da62395e218dc2b6f231945.zip
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_fsm.c')
-rw-r--r--bgpd/bgp_fsm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_fsm.c b/bgpd/bgp_fsm.c
index a71364381..7dc7f053d 100644
--- a/bgpd/bgp_fsm.c
+++ b/bgpd/bgp_fsm.c
@@ -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"