summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-04-07 01:04:45 -0700
committerVinson Lee <vlee@vmware.com>2010-04-07 01:04:45 -0700
commit95bfd0067c55859b311feab3109851deb88dbda2 (patch)
tree88b53053a8659695626404f68ef7484823cb6c27 /src/gallium
parent1e51bbf77f231157cc38a59c5aced4058372a348 (diff)
draw llvm: Remove unnecessary headers.
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/auxiliary/draw/draw_llvm_translate.c3
-rw-r--r--src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c2
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 b29ebdec3a..2a95823f2c 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 d2ed0eb3d1..aa34a3ea5f 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;