From b36f978b243b21166a58929ff4c3c66bba7ed8dd Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 5 Sep 2017 14:36:04 +0200 Subject: build: Nuke #ifdef HAVE_CONFIG_H cargo-cult We have it. Daniel Stone said the #ifdef HAVE_CONFIG_H comes from the X11 transition to the modular build, where in the imake -> modular build transition config.h wasn't universally available. Now we just make this a requirement (so yeah Android better generate one too). v2: Improve commit message a bit. Reviewed-by: Eric Anholt Acked-by: Jani Nikula Acked-by: Arkadiusz Hiler Acked-by: Petri Latvala Acked-by: Daniel Stone Acked-by: Radoslaw Szwichtenberg Signed-off-by: Daniel Vetter --- overlay/x11/position.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'overlay/x11') diff --git a/overlay/x11/position.c b/overlay/x11/position.c index cd003539..9e3db370 100644 --- a/overlay/x11/position.c +++ b/overlay/x11/position.c @@ -22,9 +22,7 @@ * */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include #ifdef HAVE_XRANDR -- cgit v1.2.3