summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt_post_vs.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-06-15 17:34:59 -0700
committerVinson Lee <vlee@vmware.com>2010-06-15 17:34:59 -0700
commit88308ea1730df07beadd81cbce942a3aecb5d873 (patch)
treebe316e3990dfe87f3d112e6bfb2d79a809d050f1 /src/gallium/auxiliary/draw/draw_pt_post_vs.c
parent3560652ccf0d88bcc23c326ea99bbc7091b45f39 (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 1000cc57c9..112be50f9a 100644
--- a/src/gallium/auxiliary/draw/draw_pt_post_vs.c
+++ b/src/gallium/auxiliary/draw/draw_pt_post_vs.c
@@ -29,7 +29,6 @@
#include "pipe/p_context.h"
#include "draw/draw_context.h"
#include "draw/draw_private.h"
-#include "draw/draw_vbuf.h"
#include "draw/draw_pt.h"
struct pt_post_vs {