Mesa (master): iris: 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: 4de678cd30fa165f1e10d70c147d81c6d186e15a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4de678cd30fa165f1e10d70c147d81c6d186e15a

Author: Eric Engestrom <eric at engestrom.ch>
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 <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/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>



More information about the mesa-commit mailing list