Module: Mesa
Branch: master
Commit: eeb51c2d36a0ed2a1992e356e9fa640c829f869d
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=eeb51c2d36a0ed2a1992e356e9fa640c829f869d

Author: Eric Engestrom <[email protected]>
Date:   Fri Jun  5 10:38:31 2020 +0200

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>

---

 src/mesa/drivers/dri/i965/brw_bufmgr.c | 4 ----
 1 file changed, 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>

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to