summaryrefslogtreecommitdiffstats
path: root/pathd
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2023-02-10 14:28:28 +0100
committerDonald Sharp <sharpd@nvidia.com>2023-02-10 15:07:46 +0100
commit89740607606daa8ee35def3fc52e62e38f3c2b1b (patch)
tree6199432447a86bf9cedc0b37c6a3186825e39ca3 /pathd
parentbgpd: Remove extraneous include of version.h (diff)
downloadfrr-89740607606daa8ee35def3fc52e62e38f3c2b1b.tar.xz
frr-89740607606daa8ee35def3fc52e62e38f3c2b1b.zip
pathd: 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 'pathd')
-rw-r--r--pathd/path_pcep_controller.c1
-rw-r--r--pathd/path_pcep_pcc.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/pathd/path_pcep_controller.c b/pathd/path_pcep_controller.c
index 380d1ab22..84b74aed8 100644
--- a/pathd/path_pcep_controller.c
+++ b/pathd/path_pcep_controller.c
@@ -22,7 +22,6 @@
#include "command.h"
#include "libfrr.h"
#include "printfrr.h"
-#include "lib/version.h"
#include "northbound.h"
#include "frr_pthread.h"
#include "jhash.h"
diff --git a/pathd/path_pcep_pcc.c b/pathd/path_pcep_pcc.c
index 524c77c1f..6ad5d6caf 100644
--- a/pathd/path_pcep_pcc.c
+++ b/pathd/path_pcep_pcc.c
@@ -33,7 +33,6 @@
#include "command.h"
#include "libfrr.h"
#include "printfrr.h"
-#include "lib/version.h"
#include "northbound.h"
#include "frr_pthread.h"
#include "jhash.h"