diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm-c/Core.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index 6c4b5de2b6..2c1228e301 100644 --- a/include/llvm-c/Core.h +++ b/include/llvm-c/Core.h @@ -39,8 +39,6 @@ and 'unwrap' conversion functions. */ #include "llvm/Module.h" #include "llvm/Support/LLVMBuilder.h" -#include "llvm/Pass.h" -#include "llvm/PassManager.h" extern "C" { #endif @@ -627,6 +625,7 @@ void LLVMDisposePassManager(LLVMPassManagerRef PM); namespace llvm { class ModuleProvider; class MemoryBuffer; + class PassManagerBase; #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ inline ty *unwrap(ref P) { \ |