diff options
author | Brian Paul <[email protected]> | 2010-03-15 13:50:40 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-03-15 18:16:56 -0600 |
commit | 0d71ba46e613230c84165106c1fcc9027dec4cd3 (patch) | |
tree | b8f2e9910abc948369374ff506fba0bb1e64f14c /src/gallium/drivers/llvmpipe/lp_test.h | |
parent | 3eb4b7bbecc013f25a9d77b50c745514350f99f9 (diff) |
gallivm/llvmpipe: rename os_llvm.h to lp_bld.h
The llvm wrapper wasn't really an OS thing.
Use lp_bld.h for now but we eventually should rename/re-prefix all the
files/functions in the gallivm/ directory.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_test.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_test.h b/src/gallium/drivers/llvmpipe/lp_test.h index 1df98978988..338a04a4878 100644 --- a/src/gallium/drivers/llvmpipe/lp_test.h +++ b/src/gallium/drivers/llvmpipe/lp_test.h @@ -41,7 +41,7 @@ #include <stdio.h> #include <float.h> -#include "os/os_llvm.h" +#include "gallivm/lp_bld.h" #include <llvm-c/Analysis.h> #include <llvm-c/ExecutionEngine.h> #include <llvm-c/Target.h> |