summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_test_blend.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-04-16 11:14:43 -0600
committerBrian Paul <brianp@vmware.com>2010-04-16 11:14:43 -0600
commit92b2af5f9a16b1cc028295e5222cf54a2f633248 (patch)
treee3cea6e50f32b6e7e599b4a05b3f980bd096e256 /src/gallium/drivers/llvmpipe/lp_test_blend.c
parent39a12a73269b3eff46ba66fce03eff73dd5d54fb (diff)
llvmpipe: fix compilation, linking of lp_test_blend
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_test_blend.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_test_blend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_test_blend.c b/src/gallium/drivers/llvmpipe/lp_test_blend.c
index 5c9d418344..818f7a9a56 100644
--- a/src/gallium/drivers/llvmpipe/lp_test_blend.c
+++ b/src/gallium/drivers/llvmpipe/lp_test_blend.c
@@ -38,8 +38,8 @@
#include "gallivm/lp_bld_type.h"
-#include "gallivm/lp_bld_blend.h"
#include "gallivm/lp_bld_debug.h"
+#include "lp_bld_blend.h"
#include "lp_test.h"