aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-26 22:47:32 +0000
committerChris Lattner <sabre@nondot.org>2002-01-26 22:47:32 +0000
commit699a7bfd6b0c789e7e04c0e182d7518b34b514b0 (patch)
tree4b58bbb2c62d0248495cae3fe2f20166ee9c9eda /lib/VMCore
parent33fa13c57ce3997a4af3e00aecb5290c12d75b20 (diff)
downloadexternal_llvm-699a7bfd6b0c789e7e04c0e182d7518b34b514b0.zip
external_llvm-699a7bfd6b0c789e7e04c0e182d7518b34b514b0.tar.gz
external_llvm-699a7bfd6b0c789e7e04c0e182d7518b34b514b0.tar.bz2
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')
-rw-r--r--lib/VMCore/Instruction.cpp1
-rw-r--r--lib/VMCore/Module.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/VMCore/Instruction.cpp b/lib/VMCore/Instruction.cpp
index 186c850..aa3beb3 100644
--- a/lib/VMCore/Instruction.cpp
+++ b/lib/VMCore/Instruction.cpp
@@ -5,7 +5,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/Instruction.h"
-#include "llvm/BasicBlock.h"
#include "llvm/Method.h"
#include "llvm/SymbolTable.h"
#include "llvm/CodeGen/MachineInstr.h"
diff --git a/lib/VMCore/Module.cpp b/lib/VMCore/Module.cpp
index 606d3ae..1b6e717 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"