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/auxiliary/gallivm/lp_bld_pack.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/auxiliary/gallivm/lp_bld_pack.h')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_pack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_pack.h b/src/gallium/auxiliary/gallivm/lp_bld_pack.h index 346a17d5803..41adeed220c 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_pack.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_pack.h @@ -37,7 +37,7 @@ #define LP_BLD_PACK_H -#include "os/os_llvm.h" +#include "gallivm/lp_bld.h" struct lp_type; |