summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_exec_draw.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-12 16:37:30 -0800
committerVinson Lee <vlee@vmware.com>2010-01-12 16:37:30 -0800
commit37d326503dcd6c779e90c3f8f4626beba28dc449 (patch)
treef31ff4a43468416f28a1baaec683cbd3b7e3f206 /src/mesa/vbo/vbo_exec_draw.c
parentaee9a6f4e1bc4893f09c1f2b8d723c179c47b34a (diff)
vbo: Remove unnecessary header from vbo_exec_draw.c.
Diffstat (limited to 'src/mesa/vbo/vbo_exec_draw.c')
-rw-r--r--src/mesa/vbo/vbo_exec_draw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_exec_draw.c b/src/mesa/vbo/vbo_exec_draw.c
index 4f43856016..d7dbbceb1b 100644
--- a/src/mesa/vbo/vbo_exec_draw.c
+++ b/src/mesa/vbo/vbo_exec_draw.c
@@ -30,7 +30,6 @@
#include "main/context.h"
#include "main/enums.h"
#include "main/state.h"
-#include "main/macros.h"
#include "vbo_context.h"