diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-02-10 08:28:28 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-02-10 09:07:46 -0500 | 
| commit | 89740607606daa8ee35def3fc52e62e38f3c2b1b (patch) | |
| tree | 6199432447a86bf9cedc0b37c6a3186825e39ca3 | |
| parent | 988638bd8da987edd96bd94c363476f4f502f270 (diff) | |
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>
| -rw-r--r-- | pathd/path_pcep_controller.c | 1 | ||||
| -rw-r--r-- | pathd/path_pcep_pcc.c | 1 | 
2 files changed, 0 insertions, 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"  | 
