From eb9125b3a21bec6331ae6ebce407120d22b17e2f Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 16 Nov 2018 09:14:13 -0500 Subject: [PATCH] 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 --- bgpd/bgp_nexthop.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/bgpd/bgp_nexthop.c b/bgpd/bgp_nexthop.c index 1cb7e4c5e1..9d76a41075 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"); -- 2.39.5