summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_exec.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-12 17:07:24 -0800
committerVinson Lee <vlee@vmware.com>2010-01-12 17:07:24 -0800
commitc63150100301ef524223df430271760b606784c3 (patch)
treebd5711a72af2766984da2a7fd5442f6b4b434528 /src/mesa/vbo/vbo_exec.c
parent94d238e7571413cb0be8a4fe6e231b739644d588 (diff)
vbo: Remove unnecessary headers from vbo_exec.c.
Diffstat (limited to 'src/mesa/vbo/vbo_exec.c')
-rw-r--r--src/mesa/vbo/vbo_exec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/vbo/vbo_exec.c b/src/mesa/vbo/vbo_exec.c
index e168a89ea5..a057befed0 100644
--- a/src/mesa/vbo/vbo_exec.c
+++ b/src/mesa/vbo/vbo_exec.c
@@ -28,9 +28,6 @@
#include "main/api_arrayelt.h"
#include "main/glheader.h"
-#include "main/imports.h"
-#include "main/context.h"
-#include "main/macros.h"
#include "main/mtypes.h"
#include "main/vtxfmt.h"