diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-18 14:35:19 +0000 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-19 14:01:49 +0900 |
commit | e279b1c57ac8d17703d80f1b644fd1d4f115101b (patch) | |
tree | f19e57e073ce5200707818a4e89c0b376f4416ff | |
parent | 6c7f663cb96cac4873129f835614181405bd3f6e (diff) |
More llvm -> gallivm.
Forgot this one on the last commit.
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_state_fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_state_fs.c b/src/gallium/drivers/cell/ppu/cell_state_fs.c index b2ed699a5b..f3958fa429 100644 --- a/src/gallium/drivers/cell/ppu/cell_state_fs.c +++ b/src/gallium/drivers/cell/ppu/cell_state_fs.c @@ -32,7 +32,7 @@ #include "draw/draw_context.h" #if 0 #include "pipe/p_shader_tokens.h" -#include "llvm/gallivm.h" +#include "gallivm/gallivm.h" #include "tgsi/util/tgsi_dump.h" #include "tgsi/exec/tgsi_sse2.h" #endif |