]> git.puffer.fish Git - matthieu/frr.git/commitdiff
lib: zebra.h was including compiler.h two times
authorDonald Sharp <sharpd@nvidia.com>
Thu, 4 Jan 2024 21:13:02 +0000 (16:13 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 9 Jan 2024 17:50:40 +0000 (12:50 -0500)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/zebra.h

index 326d3eb2172c8ee643b4aeb849577415bd2cc28f..6a83975641ab0aaf4e50dcd2a4cd204a8fbc3ea8 100644 (file)
 #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"