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_encap_tlv.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 'bgpd/bgp_encap_tlv.c')
-rw-r--r-- | bgpd/bgp_encap_tlv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_encap_tlv.c b/bgpd/bgp_encap_tlv.c index 8c5ab8d6f..7acd23b9a 100644 --- a/bgpd/bgp_encap_tlv.c +++ b/bgpd/bgp_encap_tlv.c @@ -22,7 +22,6 @@ #include "command.h" #include "memory.h" #include "prefix.h" -#include "vty.h" #include "filter.h" #include "bgpd.h" |