summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_context.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-27 15:06:13 -0800
committerVinson Lee <vlee@vmware.com>2010-01-27 15:06:13 -0800
commit83d2b4d4a65958172cf3e30b314d4bffdebefd0b (patch)
tree9d593ff8237f34648b203ed9c065157f85507438 /src/gallium/auxiliary/draw/draw_context.c
parent01ed5c6ef5395038add9eae2735fa32e40d39895 (diff)
gallium/draw: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_context.c')
-rw-r--r--src/gallium/auxiliary/draw/draw_context.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.c b/src/gallium/auxiliary/draw/draw_context.c
index fb1bc05af4..1639043832 100644
--- a/src/gallium/auxiliary/draw/draw_context.c
+++ b/src/gallium/auxiliary/draw/draw_context.c
@@ -36,8 +36,6 @@
#include "draw_context.h"
#include "draw_vs.h"
#include "draw_gs.h"
-#include "draw_pt.h"
-#include "draw_pipe.h"
struct draw_context *draw_create( void )