summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_exec_array.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-12 16:55:36 -0800
committerVinson Lee <vlee@vmware.com>2010-01-12 16:55:36 -0800
commit94d238e7571413cb0be8a4fe6e231b739644d588 (patch)
treeb5a678fe39c203400379b392c85105415363fb96 /src/mesa/vbo/vbo_exec_array.c
parent37d326503dcd6c779e90c3f8f4626beba28dc449 (diff)
vbo: Remove unnecessary header from vbo_exec_array.c.
Diffstat (limited to 'src/mesa/vbo/vbo_exec_array.c')
-rw-r--r--src/mesa/vbo/vbo_exec_array.c1
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 6de8f059b7..2c82f7c9c5 100644
--- a/src/mesa/vbo/vbo_exec_array.c
+++ b/src/mesa/vbo/vbo_exec_array.c
@@ -35,7 +35,6 @@
#include "main/bufferobj.h"
#include "main/enums.h"
#include "main/macros.h"
-#include "glapi/dispatch.h"
#include "vbo_context.h"