drop stray includes of glapi
authorGeorge Sapountzis <gsap7@yahoo.gr>
Wed, 4 Apr 2007 09:31:40 +0000 (12:31 +0300)
committerGeorge Sapountzis <gsap7@yahoo.gr>
Wed, 23 Apr 2008 08:12:31 +0000 (11:12 +0300)
src/mesa/main/context.c
src/mesa/vbo/vbo_exec_array.c

index d94876e70bdeb3fef8a78b198df70d52deaebc9b..733aaad030908db9235824a57e1d742fc562ef9f 100644 (file)
 #include "version.h"
 #include "vtxfmt.h"
 #include "glapi/glthread.h"
-#include "glapi/glapioffsets.h"
 #if FEATURE_NV_vertex_program || FEATURE_NV_fragment_program
 #include "shader/program.h"
 #endif
index a52521db642d476515d92142ec8c0e10a06d505d..1a782da1ea9acb444e78f33c99b6f96cd6da5f09 100644 (file)
@@ -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"