Module: Mesa Branch: master Commit: 4de678cd30fa165f1e10d70c147d81c6d186e15a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4de678cd30fa165f1e10d70c147d81c6d186e15a
Author: Eric Engestrom <[email protected]> Date: Fri Jun 5 10:39:19 2020 +0200 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 <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Dylan Baker <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5350> --- src/gallium/drivers/iris/iris_bufmgr.c | 4 ---- 1 file changed, 4 deletions(-) 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 <xf86drm.h> #include <util/u_atomic.h> #include <fcntl.h> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
