Mesa (master): i965: drop dead #include "config.h"

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jun 13 01:47:17 UTC 2020


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

Author: Eric Engestrom <eric at engestrom.ch>
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 <eric at engestrom.ch>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
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 <airlied at linux.ie>
  */
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 #include <xf86drm.h>
 #include <util/u_atomic.h>
 #include <fcntl.h>



More information about the mesa-commit mailing list