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/Instruction.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/Instruction.cpp')
| -rw-r--r-- | lib/VMCore/Instruction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/Instruction.cpp b/lib/VMCore/Instruction.cpp index 186c85007e..aa3beb3f52 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" |
