From: Donald Sharp Date: Fri, 16 Nov 2018 14:14:13 +0000 (-0500) Subject: bgpd: Cleanup weird includes of zebra headers X-Git-Tag: frr-7.1-dev~108^2~12 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=eb9125b3a21bec6331ae6ebce407120d22b17e2f;p=matthieu%2Ffrr.git 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 --- 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");