diff options
author | Eric Engestrom <[email protected]> | 2020-06-05 10:39:19 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-13 01:31:56 +0000 |
commit | 4de678cd30fa165f1e10d70c147d81c6d186e15a (patch) | |
tree | 6d1331f81d0fb566f3d17e91a64840bd2fde8f59 /src | |
parent | eeb51c2d36a0ed2a1992e356e9fa640c829f869d (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/iris/iris_bufmgr.c | 4 |
1 files changed, 0 insertions, 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> |