Removed reference to unused header file to reduce src/mesa/main dependency on src/mesa/drivers.
Signed-off-by: Albert Freeman <albertwdfree...@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 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev