summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_debug.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2023-02-10 14:27:42 +0100
committerDonald Sharp <sharpd@nvidia.com>2023-02-10 15:07:46 +0100
commit988638bd8da987edd96bd94c363476f4f502f270 (patch)
treeaba17c9c4010733f8e7f6cec0ef63a364f63b76d /bgpd/bgp_debug.c
parentMerge pull request #12776 from patrasar/Issue_12755 (diff)
downloadfrr-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.c1
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"