From: Brian Paul Date: Fri, 16 Apr 2010 18:58:40 +0000 (-0600) Subject: gallium/draw: fix breakage from moving lp_bld_* files X-Git-Tag: 062012170305~13263 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7c5e9b33675249c261f365280a854ee1f97d867;p=profile%2Fivi%2Fmesa.git gallium/draw: fix breakage from moving lp_bld_* files --- diff --git a/src/gallium/auxiliary/draw/draw_llvm.c b/src/gallium/auxiliary/draw/draw_llvm.c index 364a560..a5403a4 100644 --- a/src/gallium/auxiliary/draw/draw_llvm.c +++ b/src/gallium/auxiliary/draw/draw_llvm.c @@ -4,7 +4,6 @@ #include "draw_vs.h" #include "gallivm/lp_bld_arit.h" -#include "gallivm/lp_bld_interp.h" #include "gallivm/lp_bld_struct.h" #include "gallivm/lp_bld_type.h" #include "gallivm/lp_bld_flow.h" @@ -13,6 +12,8 @@ #include "gallivm/lp_bld_printf.h" #include "gallivm/lp_bld_init.h" +#include "tgsi/tgsi_exec.h" + #include "util/u_cpu_detect.h" #include "util/u_string.h" diff --git a/src/gallium/auxiliary/draw/draw_llvm_translate.c b/src/gallium/auxiliary/draw/draw_llvm_translate.c index 2a95823..c5c6f78 100644 --- a/src/gallium/auxiliary/draw/draw_llvm_translate.c +++ b/src/gallium/auxiliary/draw/draw_llvm_translate.c @@ -4,7 +4,6 @@ #include "draw_llvm.h" #include "gallivm/lp_bld_arit.h" -#include "gallivm/lp_bld_interp.h" #include "gallivm/lp_bld_struct.h" #include "gallivm/lp_bld_type.h" #include "gallivm/lp_bld_debug.h"