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 --- xf86drm.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'xf86drm.c') diff --git a/xf86drm.c b/xf86drm.c index 9328bf5a..689e8fe9 100644 --- a/xf86drm.c +++ b/xf86drm.c @@ -31,9 +31,6 @@ * DEALINGS IN THE SOFTWARE. */ -#ifdef HAVE_CONFIG_H -# include -#endif #include #include #include -- cgit v1.2.3-54-g00ecf