]> git.proxmox.com Git - mirror_frr.git/commitdiff
bgpd: Cleanup weird includes of zebra headers
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 16 Nov 2018 14:14:13 +0000 (09:14 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 16 Nov 2018 14:43:35 +0000 (09:43 -0500)
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>
bgpd/bgp_nexthop.c

index 1cb7e4c5e1b959b4af49bf1940c92733c34df98e..9d76a410759154003753f5bda9ca27b711a19d5f 100644 (file)
@@ -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");