diff options
author | George Sapountzis <[email protected]> | 2007-04-04 12:31:40 +0300 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2008-04-23 11:12:31 +0300 |
commit | f6f9f5e4814f95db1b71251d818da4fca2ec5e18 (patch) | |
tree | 87e587dee752035bc7ee01696fac5778c539695b /src/mesa/vbo | |
parent | f027f8d3a832f9820acba8892e2540094b01c9ae (diff) |
drop stray includes of glapi
Diffstat (limited to 'src/mesa/vbo')
-rw-r--r-- | src/mesa/vbo/vbo_exec_array.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_exec_array.c b/src/mesa/vbo/vbo_exec_array.c index a52521db642..1a782da1ea9 100644 --- a/src/mesa/vbo/vbo_exec_array.c +++ b/src/mesa/vbo/vbo_exec_array.c @@ -30,7 +30,6 @@ #include "main/state.h" #include "main/api_validate.h" #include "main/api_noop.h" -#include "glapi/dispatch.h" #include "vbo_context.h" |