draw llvm: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Wed, 7 Apr 2010 08:04:45 +0000 (01:04 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 7 Apr 2010 08:04:45 +0000 (01:04 -0700)
src/gallium/auxiliary/draw/draw_llvm_translate.c
src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c

index b29ebdec3a9bf332076056fa0b137e70f7bddc25..2a95823f2cbe3d03f6324073a13ad9275da1108c 100644 (file)
@@ -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"
index d2ed0eb3d18c807aa891a61504c8b7ee70a511b3..aa34a3ea5fdc7390cabaced7941a56d0a808d933 100644 (file)
@@ -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;