From b76f6d9557ff27140e18cf8aa2b57db8876d5d4d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 17 Apr 2013 09:49:39 -0600 Subject: mesa: remove #include "mfeatures.h" from numerous source files None of the remaining FEATURE_x symbols in mfeatures.h are used anymore. Reviewed-by: Jordan Justen --- src/mesa/main/texcompress.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/main/texcompress.h') diff --git a/src/mesa/main/texcompress.h b/src/mesa/main/texcompress.h index b45e7cf1b88..50c029320df 100644 --- a/src/mesa/main/texcompress.h +++ b/src/mesa/main/texcompress.h @@ -27,7 +27,6 @@ #include "formats.h" #include "glheader.h" -#include "mfeatures.h" struct gl_context; -- cgit v1.2.3