diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-03-02 03:08:01 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-03-02 03:09:00 +0100 |
commit | e9e4c4f8b057b0e85da62395e218dc2b6f231945 (patch) | |
tree | ee26e8d73a29ed45f07d31d8999ecbf535fb13fe /bgpd/bgp_table.c | |
parent | bgpd: add vty.h to bgpd.h (diff) | |
download | frr-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 '')
-rw-r--r-- | bgpd/bgp_table.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_table.c b/bgpd/bgp_table.c index 884523919..06e443b25 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" |