diff options
author | Brian Paul <[email protected]> | 2010-04-16 12:58:40 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-16 12:58:40 -0600 |
commit | b7c5e9b33675249c261f365280a854ee1f97d867 (patch) | |
tree | 704a36358000db979b71d5775da88d1cda770bab /src/gallium/auxiliary/draw/draw_llvm.c | |
parent | 23a2166bc5e4ceb3576736c3b0ce2b62dd241b3c (diff) |
gallium/draw: fix breakage from moving lp_bld_* files
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_llvm.c')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_llvm.c | 3 |
1 files changed, 2 insertions, 1 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" |