From 0926f0af54d654b1a95826066edcae30b8052581 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 1 Feb 2018 11:12:05 +0000 Subject: meson,configure: include config.h automatically This will prevent any more missing `#include "config.h"` bug, at the cost of having to recompile some files that didn't need to be when changing build options. Signed-off-by: Eric Engestrom Reviewed-by: Emil Velikov --- tests/util/format.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/util/format.c') diff --git a/tests/util/format.c b/tests/util/format.c index 043cfe7f..15ac5e1e 100644 --- a/tests/util/format.c +++ b/tests/util/format.c @@ -23,10 +23,6 @@ * IN THE SOFTWARE. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include #include #include -- cgit v1.2.3