From eea0ea38018870d227c4cc518733867337c44829 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 10 Feb 2023 08:28:46 -0500 Subject: [PATCH] pimd: Remove extraneous include of version.h It's not needed in these compiles. So let's remove it. Signed-off-by: Donald Sharp --- pimd/pim_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pimd/pim_main.c b/pimd/pim_main.c index c168c0b098..dadc7827c4 100644 --- a/pimd/pim_main.c +++ b/pimd/pim_main.c @@ -32,7 +32,6 @@ #include "filter.h" #include "vty.h" #include "sigevent.h" -#include "lib/version.h" #include "prefix.h" #include "plist.h" #include "vrf.h" -- 2.39.5