diff options
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_debug.cpp')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_debug.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp index b6b52c8..bad65c2 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp +++ b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp @@ -43,11 +43,7 @@ #include <llvm/Support/Host.h> -#if HAVE_LLVM >= 0x0303 #include <llvm/IR/Module.h> -#else -#include <llvm/Module.h> -#endif #include <llvm/MC/MCDisassembler.h> #include <llvm/MC/MCAsmInfo.h> @@ -57,7 +53,7 @@ #if HAVE_LLVM >= 0x0305 #define OwningPtr std::unique_ptr -#elif HAVE_LLVM >= 0x0303 +#else #include <llvm/ADT/OwningPtr.h> #endif |