From: Eric Engestrom Date: Fri, 5 Jun 2020 08:39:19 +0000 (+0200) Subject: iris: drop dead #include "config.h" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4de678cd30fa165f1e10d70c147d81c6d186e15a;p=mesa.git iris: drop dead #include "config.h" There hasn't been a config.h in a long time (it was an artifact of the autotool build). Signed-off-by: Eric Engestrom Reviewed-by: Kenneth Graunke Reviewed-by: Dylan Baker Part-of: --- diff --git a/src/gallium/drivers/iris/iris_bufmgr.c b/src/gallium/drivers/iris/iris_bufmgr.c index bc9ad13c171..5529d3767da 100644 --- a/src/gallium/drivers/iris/iris_bufmgr.c +++ b/src/gallium/drivers/iris/iris_bufmgr.c @@ -31,10 +31,6 @@ * - main interface to GEM in the kernel */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include #include #include