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/api_validate.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/main/api_validate.h') diff --git a/src/mesa/main/api_validate.h b/src/mesa/main/api_validate.h index 0ca9c90d92c..5cd04195563 100644 --- a/src/mesa/main/api_validate.h +++ b/src/mesa/main/api_validate.h @@ -29,7 +29,6 @@ #include "glheader.h" -#include "mfeatures.h" struct gl_buffer_object; struct gl_context; -- cgit v1.2.3