aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/llvm-c/Core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h
index 6c4b5de..2c1228e 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) { \