summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commitd5851db315927642065d3119394b6e2a80a05e90 (patch)
treeac86a8a02fcf89bd623e825c65e2b9587ee992b4 /llvm/lib
parent7209dc2446b690318b636be19dbf800be77a7a4e (diff)
downloadbcm5719-llvm-d5851db315927642065d3119394b6e2a80a05e90.tar.gz
bcm5719-llvm-d5851db315927642065d3119394b6e2a80a05e90.zip
Remove extraneous #includes
llvm-svn: 1588
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/Scalar/ADCE.cpp1
-rw-r--r--llvm/lib/VMCore/Instruction.cpp1
-rw-r--r--llvm/lib/VMCore/Module.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/Scalar/ADCE.cpp b/llvm/lib/Transforms/Scalar/ADCE.cpp
index 01046b00337..3c3ba78f5a5 100644
--- a/llvm/lib/Transforms/Scalar/ADCE.cpp
+++ b/llvm/lib/Transforms/Scalar/ADCE.cpp
@@ -15,7 +15,6 @@
#include "llvm/iPHINode.h"
#include "Support/STLExtras.h"
#include "Support/DepthFirstIterator.h"
-#include <set>
#include <algorithm>
#include <iostream>
using std::cerr;
diff --git a/llvm/lib/VMCore/Instruction.cpp b/llvm/lib/VMCore/Instruction.cpp
index 186c85007ed..aa3beb3f52f 100644
--- a/llvm/lib/VMCore/Instruction.cpp
+++ b/llvm/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/llvm/lib/VMCore/Module.cpp b/llvm/lib/VMCore/Module.cpp
index 606d3aef142..1b6e71725a5 100644
--- a/llvm/lib/VMCore/Module.cpp
+++ b/llvm/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"
OpenPOWER on IntegriCloud