summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/remap.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2013-04-17 09:49:39 -0600
committerBrian Paul <brianp@vmware.com>2013-04-17 17:33:40 -0600
commitb76f6d9557ff27140e18cf8aa2b57db8876d5d4d (patch)
tree6b0faefb485b54f2b1c32f46bcd53ddebf4c692b /src/mesa/main/remap.c
parentc6e00b6f6c9ea54ac10a0fbb6af85d9673f9db2f (diff)
downloadexternal_mesa3d-b76f6d9557ff27140e18cf8aa2b57db8876d5d4d.zip
external_mesa3d-b76f6d9557ff27140e18cf8aa2b57db8876d5d4d.tar.gz
external_mesa3d-b76f6d9557ff27140e18cf8aa2b57db8876d5d4d.tar.bz2
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 <jordan.l.justen@intel.com>
Diffstat (limited to 'src/mesa/main/remap.c')
-rw-r--r--src/mesa/main/remap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/remap.c b/src/mesa/main/remap.c
index bc4ac9b..44ec964 100644
--- a/src/mesa/main/remap.c
+++ b/src/mesa/main/remap.c
@@ -36,7 +36,6 @@
* a dynamic entry, or the corresponding static entry, in glapi.
*/
-#include "mfeatures.h"
#include "remap.h"
#include "imports.h"
#include "glapi/glapi.h"