From 89740607606daa8ee35def3fc52e62e38f3c2b1b Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 10 Feb 2023 08:28:28 -0500 Subject: [PATCH] pathd: Remove extraneous include of version.h It's not needed in these compiles. So let's remove it. Signed-off-by: Donald Sharp --- pathd/path_pcep_controller.c | 1 - pathd/path_pcep_pcc.c | 1 - 2 files changed, 2 deletions(-) diff --git a/pathd/path_pcep_controller.c b/pathd/path_pcep_controller.c index 380d1ab221..84b74aed86 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 524c77c1fb..6ad5d6caff 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" -- 2.39.5