summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2008-03-16 15:55:43 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2008-03-16 15:55:43 +0000
commit9657149875ddab4827e7cf40aee073c0005ec4ef (patch)
tree2a2a050b8a2c966dd9cad02ddea8bbc936c3294b /llvm/include/llvm-c
parentec6f1669d3d70845344a0af364b1a2a8c79449ca (diff)
downloadbcm5719-llvm-9657149875ddab4827e7cf40aee073c0005ec4ef.tar.gz
bcm5719-llvm-9657149875ddab4827e7cf40aee073c0005ec4ef.zip
Remove unnecessary includes.
llvm-svn: 48418
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/Core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h
index 6c4b5de2b6a..2c1228e3012 100644
--- a/llvm/include/llvm-c/Core.h
+++ b/llvm/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) { \
OpenPOWER on IntegriCloud