diff options
Diffstat (limited to 'proto/bgp')
-rw-r--r-- | proto/bgp/bgp.c | 1 | ||||
-rw-r--r-- | proto/bgp/bgp.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c index 07ad31f3..cc5318e8 100644 --- a/proto/bgp/bgp.c +++ b/proto/bgp/bgp.c @@ -59,7 +59,6 @@ #include "nest/iface.h" #include "nest/protocol.h" #include "nest/route.h" -#include "nest/bfd.h" #include "nest/cli.h" #include "nest/locks.h" #include "conf/conf.h" diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index d2a96bbb..b5e216b7 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -11,10 +11,10 @@ #include <stdint.h> #include "nest/route.h" +#include "nest/bfd.h" struct linpool; struct eattr; -struct bfd_request; struct bgp_config { struct proto_config c; |