summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_vertex_buffers.c
diff options
context:
space:
mode:
authorChristian König <deathsimple@vodafone.de>2011-03-16 23:09:52 +0100
committerChristian König <deathsimple@vodafone.de>2011-03-16 23:09:52 +0100
commite87bd8c9578dee384ff03039aa792e1a8dae7f36 (patch)
treedef2d5749cb87fb4ba1f67614dad6a59c90ee9e5 /src/gallium/auxiliary/vl/vl_vertex_buffers.c
parent0f07da0a1c87e1c7b53700c33d6b1f8f03c1fe11 (diff)
downloadexternal_mesa3d-e87bd8c9578dee384ff03039aa792e1a8dae7f36.zip
external_mesa3d-e87bd8c9578dee384ff03039aa792e1a8dae7f36.tar.gz
external_mesa3d-e87bd8c9578dee384ff03039aa792e1a8dae7f36.tar.bz2
[g3dvl] cleanup and documentation
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_vertex_buffers.c')
-rw-r--r--src/gallium/auxiliary/vl/vl_vertex_buffers.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/vl/vl_vertex_buffers.c b/src/gallium/auxiliary/vl/vl_vertex_buffers.c
index 41e9809..c5366e8 100644
--- a/src/gallium/auxiliary/vl/vl_vertex_buffers.c
+++ b/src/gallium/auxiliary/vl/vl_vertex_buffers.c
@@ -26,10 +26,6 @@
**************************************************************************/
#include <assert.h>
-#include <pipe/p_context.h>
-#include <pipe/p_screen.h>
-#include <util/u_memory.h>
-#include <util/u_inlines.h>
#include <util/u_format.h>
#include "vl_vertex_buffers.h"
#include "vl_types.h"