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/convolve.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/main/convolve.c') diff --git a/src/mesa/main/convolve.c b/src/mesa/main/convolve.c index dfc1b9465bd..cb62e2a56e0 100644 --- a/src/mesa/main/convolve.c +++ b/src/mesa/main/convolve.c @@ -36,7 +36,6 @@ #include "colormac.h" #include "convolve.h" #include "macros.h" -#include "mfeatures.h" #include "mtypes.h" #include "main/dispatch.h" -- cgit v1.2.3