[Mesa-dev] [PATCH] mesa: removed reference to unused header

Albert Freeman albertwdfreeman at gmail.com
Mon Dec 1 15:55:42 PST 2014


Removed reference to unused header file to reduce src/mesa/main dependency on
src/mesa/drivers.

Signed-off-by: Albert Freeman <albertwdfreeman at gmail.com>
---

I do not have commit access!
No regressions with piglit (tests/quick.py).

 src/mesa/main/enable.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/mesa/main/enable.c b/src/mesa/main/enable.c
index 417548a..fe49188 100644
--- a/src/mesa/main/enable.c
+++ b/src/mesa/main/enable.c
@@ -39,9 +39,6 @@
 #include "enums.h"
 #include "api_arrayelt.h"
 #include "texstate.h"
-#include "drivers/common/meta.h"
-
-
 
 #define CHECK_EXTENSION(EXTNAME, CAP)					\
    if (!ctx->Extensions.EXTNAME) {					\
-- 
2.1.3



More information about the mesa-dev mailing list