From b7c5e9b33675249c261f365280a854ee1f97d867 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 16 Apr 2010 12:58:40 -0600 Subject: [PATCH] gallium/draw: fix breakage from moving lp_bld_* files --- src/gallium/auxiliary/draw/draw_llvm.c | 3 ++- src/gallium/auxiliary/draw/draw_llvm_translate.c | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/auxiliary/draw/draw_llvm.c b/src/gallium/auxiliary/draw/draw_llvm.c index 364a560ecad..a5403a49c35 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 2a95823f2cb..c5c6f7877e4 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" -- 2.30.2