diff options
author | Donald Sharp <sharpd@nvidia.com> | 2023-02-10 14:27:42 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2023-02-10 15:07:46 +0100 |
commit | 988638bd8da987edd96bd94c363476f4f502f270 (patch) | |
tree | aba17c9c4010733f8e7f6cec0ef63a364f63b76d /bgpd/bgp_debug.c | |
parent | Merge pull request #12776 from patrasar/Issue_12755 (diff) | |
download | frr-988638bd8da987edd96bd94c363476f4f502f270.tar.xz frr-988638bd8da987edd96bd94c363476f4f502f270.zip |
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_debug.c')
-rw-r--r-- | bgpd/bgp_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c index f01c3e4f3..8e199820b 100644 --- a/bgpd/bgp_debug.c +++ b/bgpd/bgp_debug.c @@ -20,7 +20,6 @@ #include <zebra.h> -#include <lib/version.h> #include "lib/bfd.h" #include "lib/printfrr.h" #include "prefix.h" |