mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 22:26:14 +00:00
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>
This commit is contained in:
parent
6b2ddd675c
commit
eb9125b3a2
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user