summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/enable.c
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2016-01-20 12:24:38 -0800
committerIan Romanick <[email protected]>2016-01-25 10:43:47 -0800
commitbae8a4f05bf864b3811390458a24cde917bb4dc2 (patch)
tree1d28bfd0d4d4a60251c93ae86b5bb0cf3fda12c5 /src/mesa/main/enable.c
parent1067e6eb552ac850258e33e4eba689a964581c8a (diff)
mesa: Don't include meta.h
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 <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/main/enable.c')
-rw-r--r--src/mesa/main/enable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/enable.c b/src/mesa/main/enable.c
index a8a667e3c12..f7941817845 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"