OSDN Git Service

mesa: Don't include meta.h
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 20 Jan 2016 20:24:38 +0000 (12:24 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 25 Jan 2016 18:43:47 +0000 (10:43 -0800)
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@intel.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/main/enable.c

index a8a667e..f794181 100644 (file)
@@ -39,7 +39,6 @@
 #include "enums.h"
 #include "api_arrayelt.h"
 #include "texstate.h"
-#include "drivers/common/meta.h"