Mesa (master): draw llvm: Remove unnecessary headers.

Vinson Lee vlee at kemper.freedesktop.org
Wed Apr 7 08:06:43 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Apr  7 01:04:45 2010 -0700

draw llvm: Remove unnecessary headers.

---

 src/gallium/auxiliary/draw/draw_llvm_translate.c   |    3 ---
 .../draw/draw_pt_fetch_shade_pipeline_llvm.c       |    2 --
 2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/gallium/auxiliary/draw/draw_llvm_translate.c b/src/gallium/auxiliary/draw/draw_llvm_translate.c
index b29ebde..2a95823 100644
--- a/src/gallium/auxiliary/draw/draw_llvm_translate.c
+++ b/src/gallium/auxiliary/draw/draw_llvm_translate.c
@@ -7,10 +7,7 @@
 #include "gallivm/lp_bld_interp.h"
 #include "gallivm/lp_bld_struct.h"
 #include "gallivm/lp_bld_type.h"
-#include "gallivm/lp_bld_flow.h"
 #include "gallivm/lp_bld_debug.h"
-#include "gallivm/lp_bld_tgsi.h"
-#include "gallivm/lp_bld_printf.h"
 
 #include "util/u_memory.h"
 #include "pipe/p_state.h"
diff --git a/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c b/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c
index d2ed0eb..aa34a3e 100644
--- a/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c
+++ b/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c
@@ -35,8 +35,6 @@
 #include "draw/draw_gs.h"
 #include "draw/draw_llvm.h"
 
-#include "translate/translate.h"
-
 
 struct llvm_middle_end {
    struct draw_pt_middle_end base;




More information about the mesa-commit mailing list