From e9e4c4f8b057b0e85da62395e218dc2b6f231945 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Thu, 2 Mar 2017 02:08:01 +0000 Subject: [PATCH] bgpd: remove unnecessary #include "vty.h" Per previous commit, these are no longer necessary. Signed-off-by: Quentin Young --- bgpd/bgp_aspath.c | 1 - bgpd/bgp_attr.c | 1 - bgpd/bgp_bfd.c | 1 - bgpd/bgp_encap_tlv.c | 1 - bgpd/bgp_fsm.c | 1 - bgpd/bgp_main.c | 1 - bgpd/bgp_routemap.c | 1 - bgpd/bgp_table.c | 1 - 8 files changed, 8 deletions(-) diff --git a/bgpd/bgp_aspath.c b/bgpd/bgp_aspath.c index 2e78c9a3bf..006631c1f0 100644 --- a/bgpd/bgp_aspath.c +++ b/bgpd/bgp_aspath.c @@ -24,7 +24,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA #include "hash.h" #include "memory.h" #include "vector.h" -#include "vty.h" #include "log.h" #include "stream.h" #include "command.h" diff --git a/bgpd/bgp_attr.c b/bgpd/bgp_attr.c index 153187fd43..1fccd25c8a 100644 --- a/bgpd/bgp_attr.c +++ b/bgpd/bgp_attr.c @@ -24,7 +24,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA #include "prefix.h" #include "memory.h" #include "vector.h" -#include "vty.h" #include "stream.h" #include "log.h" #include "hash.h" diff --git a/bgpd/bgp_bfd.c b/bgpd/bgp_bfd.c index b8158dc31e..0a06a57fe5 100644 --- a/bgpd/bgp_bfd.c +++ b/bgpd/bgp_bfd.c @@ -31,7 +31,6 @@ #include "buffer.h" #include "stream.h" #include "zclient.h" -#include "vty.h" #include "bfd.h" #include "lib/json.h" #include "filter.h" diff --git a/bgpd/bgp_encap_tlv.c b/bgpd/bgp_encap_tlv.c index 8c5ab8d6f6..7acd23b9ae 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" diff --git a/bgpd/bgp_fsm.c b/bgpd/bgp_fsm.c index a71364381e..7dc7f053d6 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" diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index 9607d381d9..efd36a0c28 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -21,7 +21,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA #include #include "vector.h" -#include "vty.h" #include "command.h" #include "getopt.h" #include "thread.h" diff --git a/bgpd/bgp_routemap.c b/bgpd/bgp_routemap.c index c7bcfe25f9..bafc81eaf8 100644 --- a/bgpd/bgp_routemap.c +++ b/bgpd/bgp_routemap.c @@ -22,7 +22,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA #include "prefix.h" #include "filter.h" -#include "vty.h" #include "routemap.h" #include "command.h" #include "linklist.h" 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" -- 2.39.5