aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2020-06-05 10:38:31 +0200
committerMarge Bot <[email protected]>2020-06-13 01:31:56 +0000
commiteeb51c2d36a0ed2a1992e356e9fa640c829f869d (patch)
tree4bef06174175ba064f01c6996f2c0df0a4305512 /src/mesa
parentfd2858738bf385d99fc0c9b2fe89e3a8f9246cf2 (diff)
i965: 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/mesa')
-rw-r--r--src/mesa/drivers/dri/i965/brw_bufmgr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_bufmgr.c b/src/mesa/drivers/dri/i965/brw_bufmgr.c
index 0702ecc3d45..ea505176aae 100644
--- a/src/mesa/drivers/dri/i965/brw_bufmgr.c
+++ b/src/mesa/drivers/dri/i965/brw_bufmgr.c
@@ -31,10 +31,6 @@
* Dave Airlie <[email protected]>
*/
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#include <xf86drm.h>
#include <util/u_atomic.h>
#include <fcntl.h>