summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-29 17:42:12 +0000
committerChris Lattner <sabre@nondot.org>2002-04-29 17:42:12 +0000
commitd5a847057b5027fd54b4cf7e276705c9b35aff06 (patch)
tree93e1b6d6abda5638a678086bf08049a5993e1be3 /llvm/lib/Bytecode/Writer
parent2dfc667a7dad832f3a3cd65cc1daf7c5ec855699 (diff)
downloadbcm5719-llvm-d5a847057b5027fd54b4cf7e276705c9b35aff06.tar.gz
bcm5719-llvm-d5a847057b5027fd54b4cf7e276705c9b35aff06.zip
Eliminate duplicate or unneccesary #include's
llvm-svn: 2397
Diffstat (limited to 'llvm/lib/Bytecode/Writer')
-rw-r--r--llvm/lib/Bytecode/Writer/InstructionWriter.cpp1
-rw-r--r--llvm/lib/Bytecode/Writer/WriterInternals.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Bytecode/Writer/InstructionWriter.cpp b/llvm/lib/Bytecode/Writer/InstructionWriter.cpp
index c32c6b476ff..2c1ce975bcf 100644
--- a/llvm/lib/Bytecode/Writer/InstructionWriter.cpp
+++ b/llvm/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"
diff --git a/llvm/lib/Bytecode/Writer/WriterInternals.h b/llvm/lib/Bytecode/Writer/WriterInternals.h
index 73884bbdcc4..bd4a3288268 100644
--- a/llvm/lib/Bytecode/Writer/WriterInternals.h
+++ b/llvm/lib/Bytecode/Writer/WriterInternals.h
@@ -17,7 +17,6 @@
#include "llvm/Bytecode/Primitives.h"
#include "llvm/SlotCalculator.h"
#include "llvm/Instruction.h"
-#include <deque>
class BytecodeWriter {
std::deque<unsigned char> &Out;
OpenPOWER on IntegriCloud