diff options
author | Brian Paul <[email protected]> | 2013-04-17 09:49:39 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-04-17 17:33:40 -0600 |
commit | b76f6d9557ff27140e18cf8aa2b57db8876d5d4d (patch) | |
tree | 6b0faefb485b54f2b1c32f46bcd53ddebf4c692b /src/mesa/main/api_loopback.h | |
parent | c6e00b6f6c9ea54ac10a0fbb6af85d9673f9db2f (diff) |
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 <[email protected]>
Diffstat (limited to 'src/mesa/main/api_loopback.h')
-rw-r--r-- | src/mesa/main/api_loopback.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/api_loopback.h b/src/mesa/main/api_loopback.h index c35d57bffe9..08cbb238ec0 100644 --- a/src/mesa/main/api_loopback.h +++ b/src/mesa/main/api_loopback.h @@ -28,14 +28,12 @@ #define API_LOOPBACK_H #include "main/compiler.h" -#include "main/mfeatures.h" #include "main/glheader.h" // ? #include "main/macros.h" // ? #include "main/mtypes.h" // ? #include "glapi/glapi.h" // ? #include "glapi/glthread.h" // ? #include "main/dispatch.h" // ? -#include "main/mfeatures.h" // ? #include "main/context.h" // ? struct _glapi_table; |