diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-02-10 08:27:42 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-02-10 09:07:46 -0500 | 
| commit | 988638bd8da987edd96bd94c363476f4f502f270 (patch) | |
| tree | aba17c9c4010733f8e7f6cec0ef63a364f63b76d /bgpd/bgp_snmp_bgp4v2.c | |
| parent | 7809df20643ab9f731930dcef9661a70ef261e5b (diff) | |
bgpd: Remove extraneous include of version.h
It's not needed in these compiles.  So let's remove it.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'bgpd/bgp_snmp_bgp4v2.c')
| -rw-r--r-- | bgpd/bgp_snmp_bgp4v2.c | 1 | 
1 files changed, 0 insertions, 1 deletions
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"  | 
