diff options
author | Vinson Lee <[email protected]> | 2010-01-12 00:50:05 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-12 00:50:05 -0800 |
commit | aee9a6f4e1bc4893f09c1f2b8d723c179c47b34a (patch) | |
tree | 89bf10859871fdffc7caa1bc1430e38f40d7b862 /src/mesa/vbo | |
parent | d2271d8a3940be30521cdebd6b711c6d9cfcd4e2 (diff) |
vbo: Remove unnecessary headers from vbo_save.c.
Diffstat (limited to 'src/mesa/vbo')
-rw-r--r-- | src/mesa/vbo/vbo_save.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/vbo/vbo_save.c b/src/mesa/vbo/vbo_save.c index 9757c3d9f61..10f705cf844 100644 --- a/src/mesa/vbo/vbo_save.c +++ b/src/mesa/vbo/vbo_save.c @@ -28,8 +28,6 @@ #include "main/mtypes.h" #include "main/bufferobj.h" -#include "main/dlist.h" -#include "main/vtxfmt.h" #include "main/imports.h" #include "vbo_context.h" |