Mesa (master): gallium/draw: Remove unnecessary headers.

Vinson Lee vlee at kemper.freedesktop.org
Wed Jan 27 23:07:13 UTC 2010


Module: Mesa
Branch: master
Commit: 83d2b4d4a65958172cf3e30b314d4bffdebefd0b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=83d2b4d4a65958172cf3e30b314d4bffdebefd0b

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Jan 27 15:06:13 2010 -0800

gallium/draw: Remove unnecessary headers.

---

 src/gallium/auxiliary/draw/draw_context.c          |    2 --
 .../auxiliary/draw/draw_pt_fetch_shade_pipeline.c  |    1 -
 2 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/gallium/auxiliary/draw/draw_context.c b/src/gallium/auxiliary/draw/draw_context.c
index fb1bc05..1639043 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 )
diff --git a/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c b/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
index 23da556..2c996e7 100644
--- a/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
+++ b/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
@@ -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 {




More information about the mesa-commit mailing list