diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-11-16 15:14:13 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-11-16 15:43:35 +0100 |
commit | eb9125b3a21bec6331ae6ebce407120d22b17e2f (patch) | |
tree | f640dc7818150c82048c248792db8c04746d41f8 /bgpd/bgp_nexthop.c | |
parent | Merge pull request #3348 from donaldsharp/bsd_route_install (diff) | |
download | frr-eb9125b3a21bec6331ae6ebce407120d22b17e2f.tar.xz frr-eb9125b3a21bec6331ae6ebce407120d22b17e2f.zip |
bgpd: Cleanup weird includes of zebra headers
There is no reason that bgp should be including zebra
headers into it's code base, it is a violation of
their respective name spaces.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_nexthop.c')
-rw-r--r-- | bgpd/bgp_nexthop.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bgpd/bgp_nexthop.c b/bgpd/bgp_nexthop.c index 1cb7e4c5e..9d76a4107 100644 --- a/bgpd/bgp_nexthop.c +++ b/bgpd/bgp_nexthop.c @@ -44,8 +44,6 @@ #include "bgpd/bgp_damp.h" #include "bgpd/bgp_fsm.h" #include "bgpd/bgp_vty.h" -#include "zebra/rib.h" -#include "zebra/zserv.h" /* For ZEBRA_SERV_PATH. */ DEFINE_MTYPE_STATIC(BGPD, MARTIAN_STRING, "BGP Martian Address Intf String"); |