diff options
author | Chris Lattner <sabre@nondot.org> | 2002-01-26 22:47:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-01-26 22:47:32 +0000 |
commit | 699a7bfd6b0c789e7e04c0e182d7518b34b514b0 (patch) | |
tree | 4b58bbb2c62d0248495cae3fe2f20166ee9c9eda /lib/VMCore/Module.cpp | |
parent | 33fa13c57ce3997a4af3e00aecb5290c12d75b20 (diff) |
Remove extraneous #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1588 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Module.cpp')
-rw-r--r-- | lib/VMCore/Module.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/Module.cpp b/lib/VMCore/Module.cpp index 606d3aef14..1b6e71725a 100644 --- a/lib/VMCore/Module.cpp +++ b/lib/VMCore/Module.cpp @@ -7,7 +7,6 @@ #include "llvm/Module.h" #include "llvm/Method.h" #include "llvm/GlobalVariable.h" -#include "llvm/BasicBlock.h" #include "llvm/InstrTypes.h" #include "llvm/ValueHolderImpl.h" #include "llvm/Type.h" |