mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
lib: zebra.h was including compiler.h two times
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
7f3d9ea47d
commit
33744ae4fc
|
@ -118,7 +118,6 @@
|
|||
#include <netinet6/in.h>
|
||||
#endif /* HAVE_NETINET6_IN_H */
|
||||
|
||||
|
||||
#ifdef HAVE_NETINET6_IP6_H
|
||||
#include <netinet6/ip6.h>
|
||||
#endif /* HAVE_NETINET6_IP6_H */
|
||||
|
@ -232,12 +231,6 @@ struct in_pktinfo {
|
|||
/* default zebra TCP port for zclient */
|
||||
#define ZEBRA_PORT 2600
|
||||
|
||||
/*
|
||||
* The compiler.h header is used for anyone using the CPP_NOTICE
|
||||
* since this is universally needed, let's add it to zebra.h
|
||||
*/
|
||||
#include "compiler.h"
|
||||
|
||||
/* Zebra route's types are defined in route_types.h */
|
||||
#include "lib/route_types.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue