gallium/draw: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Wed, 27 Jan 2010 23:06:13 +0000 (15:06 -0800)
committerVinson Lee <vlee@vmware.com>
Wed, 27 Jan 2010 23:06:13 +0000 (15:06 -0800)
src/gallium/auxiliary/draw/draw_context.c
src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c

index fb1bc05af4ae0aa8622e5d59f1dd46a255efec8b..16390438323ae2a8d1992b5744f031f27c378e8d 100644 (file)
@@ -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 )
index 23da556f797ed019e8b75c13a135370438849399..2c996e730872b581c67d802aab404e63d94ce2b1 100644 (file)
@@ -33,7 +33,6 @@
 #include "draw/draw_pt.h"
 #include "draw/draw_vs.h"
 #include "draw/draw_gs.h"
-#include "translate/translate.h"
 
 
 struct fetch_pipeline_middle_end {