summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt_post_vs.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-21 22:57:12 -0800
committerVinson Lee <vlee@vmware.com>2010-01-21 22:57:12 -0800
commitdc544ad9c6e6e24fd2f19dfe83aa294d218f7310 (patch)
tree94c4ca5bf967d28c3feb6a36f6f201c8eeb2c48a /src/gallium/auxiliary/draw/draw_pt_post_vs.c
parente8b5203fbb7657980a4ba421e14d656b42d2a35f (diff)
draw: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt_post_vs.c')
-rw-r--r--src/gallium/auxiliary/draw/draw_pt_post_vs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt_post_vs.c b/src/gallium/auxiliary/draw/draw_pt_post_vs.c
index 6c1cb48e8b..360eb86419 100644
--- a/src/gallium/auxiliary/draw/draw_pt_post_vs.c
+++ b/src/gallium/auxiliary/draw/draw_pt_post_vs.c
@@ -30,7 +30,6 @@
#include "draw/draw_context.h"
#include "draw/draw_private.h"
#include "draw/draw_vbuf.h"
-#include "draw/draw_vertex.h"
#include "draw/draw_pt.h"
struct pt_post_vs {