Mesa (mesa_7_7_branch): vbo: Remove unnecessary headers from vbo_exec.c.

Vinson Lee vlee at kemper.freedesktop.org
Wed Jan 13 01:08:44 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: c63150100301ef524223df430271760b606784c3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c63150100301ef524223df430271760b606784c3

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Jan 12 17:07:24 2010 -0800

vbo: Remove unnecessary headers from vbo_exec.c.

---

 src/mesa/vbo/vbo_exec.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/mesa/vbo/vbo_exec.c b/src/mesa/vbo/vbo_exec.c
index e168a89..a057bef 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"
 




More information about the mesa-commit mailing list