From 0ce5349f98b56de288a2e2b9046cc26545ead57a Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Sun, 2 Jun 2019 16:00:51 -0400 Subject: [PATCH] pimd: Cleanup mtracebis.c header inclusion a tiny bit The header inclusion in mtracebis.c should include zebra.h and not config.h. There are other issues that need to be worked through as well, but we can do this in the future. Signed-off-by: Donald Sharp --- pimd/mtracebis.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pimd/mtracebis.c b/pimd/mtracebis.c index 65c495eff0..dd95762754 100644 --- a/pimd/mtracebis.c +++ b/pimd/mtracebis.c @@ -17,9 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif +#include #ifdef __linux__ -- 2.39.5