From: Donald Sharp Date: Sun, 2 Jun 2019 20:00:51 +0000 (-0400) Subject: pimd: Cleanup mtracebis.c header inclusion a tiny bit X-Git-Tag: base_7.2~249^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=0ce5349f98b56de288a2e2b9046cc26545ead57a;p=matthieu%2Ffrr.git 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 --- 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__