From: Donald Sharp Date: Fri, 10 Feb 2023 13:27:42 +0000 (-0500) Subject: bgpd: Remove extraneous include of version.h X-Git-Tag: base_9.0~399^2~8 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=988638bd8da987edd96bd94c363476f4f502f270;p=matthieu%2Ffrr.git bgpd: Remove extraneous include of version.h It's not needed in these compiles. So let's remove it. Signed-off-by: Donald Sharp --- diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c index f01c3e4f35..8e199820bb 100644 --- a/bgpd/bgp_debug.c +++ b/bgpd/bgp_debug.c @@ -20,7 +20,6 @@ #include -#include #include "lib/bfd.h" #include "lib/printfrr.h" #include "prefix.h" diff --git a/bgpd/bgp_snmp_bgp4.c b/bgpd/bgp_snmp_bgp4.c index bb8b7f4b19..5bc2bb2dc1 100644 --- a/bgpd/bgp_snmp_bgp4.c +++ b/bgpd/bgp_snmp_bgp4.c @@ -32,7 +32,6 @@ #include "filter.h" #include "hook.h" #include "libfrr.h" -#include "lib/version.h" #include "bgpd/bgpd.h" #include "bgpd/bgp_table.h" diff --git a/bgpd/bgp_snmp_bgp4v2.c b/bgpd/bgp_snmp_bgp4v2.c index d8d8549960..1755cd9710 100644 --- a/bgpd/bgp_snmp_bgp4v2.c +++ b/bgpd/bgp_snmp_bgp4v2.c @@ -33,7 +33,6 @@ #include "filter.h" #include "hook.h" #include "libfrr.h" -#include "lib/version.h" #include "bgpd/bgpd.h" #include "bgpd/bgp_table.h" diff --git a/bgpd/rfapi/vnc_debug.c b/bgpd/rfapi/vnc_debug.c index 5c627efbee..322f98e160 100644 --- a/bgpd/rfapi/vnc_debug.c +++ b/bgpd/rfapi/vnc_debug.c @@ -19,7 +19,6 @@ #include "lib/zebra.h" -#include #include "lib/prefix.h" #include "lib/linklist.h" #include "lib/stream.h"