From bae8a4f05bf864b3811390458a24cde917bb4dc2 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 20 Jan 2016 12:24:38 -0800 Subject: [PATCH] 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 Reviewed-by: Jason Ekstrand --- 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 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" -- 2.30.2