diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-03-02 02:08:01 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-03-02 02:09:00 +0000 |
| commit | e9e4c4f8b057b0e85da62395e218dc2b6f231945 (patch) | |
| tree | ee26e8d73a29ed45f07d31d8999ecbf535fb13fe /bgpd/bgp_table.c | |
| parent | 94c6042452e3abaca5afe3f42d0257f76be83bac (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.c | 1 |
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" |
