From eeb51c2d36a0ed2a1992e356e9fa640c829f869d Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 5 Jun 2020 10:38:31 +0200 Subject: [PATCH] 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 Reviewed-by: Kenneth Graunke Reviewed-by: Dylan Baker Part-of: --- 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 */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include #include #include -- 2.30.2