Remove extraneous #includes
authorChris Lattner <sabre@nondot.org>
Sat, 26 Jan 2002 22:47:32 +0000 (22:47 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 26 Jan 2002 22:47:32 +0000 (22:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1588 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/ADCE.cpp
lib/VMCore/Instruction.cpp
lib/VMCore/Module.cpp

index 01046b00337cdca5baadbdb005586bd126048b20..3c3ba78f5a5816eb3476739e41965374586a89a4 100644 (file)
@@ -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;
index 186c85007ed3c46417fea613a0e6905f1a6538f5..aa3beb3f52fe0783330db873ea1adde8145f95ff 100644 (file)
@@ -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"
index 606d3aef14226e8be991242cc16ce0df119908f6..1b6e71725a5ed1cfd8af980c8d5d43cfd228357a 100644 (file)
@@ -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"