[Mesa-dev] [PATCH 1/4] mesa: Don't include meta.h
Ian Romanick
idr at freedesktop.org
Wed Jan 20 18:17:48 PST 2016
From: Ian Romanick <ian.d.romanick at intel.com>
Commit 055093e removed the call to _mesa_meta_in_progress, and meta.h
has not been necessary in src/mesa/main/enable.c since.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
---
src/mesa/main/enable.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/mesa/main/enable.c b/src/mesa/main/enable.c
index a8a667e..f794181 100644
--- a/src/mesa/main/enable.c
+++ b/src/mesa/main/enable.c
@@ -39,7 +39,6 @@
#include "enums.h"
#include "api_arrayelt.h"
#include "texstate.h"
-#include "drivers/common/meta.h"
--
2.5.0
More information about the mesa-dev
mailing list