diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-29 17:42:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-29 17:42:12 +0000 |
commit | c6f3ae5c66c8e0dab6a2bd9601d0e253ef9ba794 (patch) | |
tree | ca8740e8f4bb594ab469bd12b435a9e9515e2878 /lib/Bytecode/Writer/InstructionWriter.cpp | |
parent | 8b054c0eb96f250b6cebe26cc13bf880d8f44cc2 (diff) |
Eliminate duplicate or unneccesary #include's
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2397 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Writer/InstructionWriter.cpp')
-rw-r--r-- | lib/Bytecode/Writer/InstructionWriter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Bytecode/Writer/InstructionWriter.cpp b/lib/Bytecode/Writer/InstructionWriter.cpp index c32c6b476f..2c1ce975bc 100644 --- a/lib/Bytecode/Writer/InstructionWriter.cpp +++ b/lib/Bytecode/Writer/InstructionWriter.cpp @@ -13,7 +13,6 @@ #include "llvm/Module.h" #include "llvm/Function.h" #include "llvm/BasicBlock.h" -#include "llvm/Instruction.h" #include "llvm/DerivedTypes.h" #include "llvm/iOther.h" #include "llvm/iTerminators.h" |