From: Ian Romanick Date: Wed, 20 Jan 2016 20:24:38 +0000 (-0800) Subject: mesa: Don't include meta.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bae8a4f05bf864b3811390458a24cde917bb4dc2;p=mesa.git 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 --- 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"