diff options
author | Brian Paul <[email protected]> | 2008-06-10 16:13:42 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-10 16:13:42 -0600 |
commit | 40d1a40f294f1ed2dacfad6f5498322fc08cc2d1 (patch) | |
tree | f82624643856ed57346b91a25274a492258d3fde /src/mesa/vbo/vbo_exec.c | |
parent | ef27bdbfa8fd4b7cdd7f1ab0e65bc30f17150d2e (diff) |
mesa: refactor: move #define FEATURE flags into new mfeatures.h file
Also, check the FEATURE flags in many places.
Diffstat (limited to 'src/mesa/vbo/vbo_exec.c')
-rw-r--r-- | src/mesa/vbo/vbo_exec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_exec.c b/src/mesa/vbo/vbo_exec.c index 1efa74945dd..635f239acc8 100644 --- a/src/mesa/vbo/vbo_exec.c +++ b/src/mesa/vbo/vbo_exec.c @@ -32,7 +32,6 @@ #include "main/context.h" #include "main/macros.h" #include "main/mtypes.h" -#include "main/dlist.h" #include "main/vtxfmt.h" #include "vbo_context.h" |