gallium/draw: fix breakage from moving lp_bld_* files
authorBrian Paul <brianp@vmware.com>
Fri, 16 Apr 2010 18:58:40 +0000 (12:58 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 16 Apr 2010 18:58:40 +0000 (12:58 -0600)
src/gallium/auxiliary/draw/draw_llvm.c
src/gallium/auxiliary/draw/draw_llvm_translate.c

index 364a560ecad30bba22c4ed1e29e1024e531a665f..a5403a49c359c45053164f573816132c45eec2f3 100644 (file)
@@ -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"
 
index 2a95823f2cbe3d03f6324073a13ad9275da1108c..c5c6f7877e42f36c56c947b80d401c903a5de4cf 100644 (file)
@@ -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"