Remove some unnecessary #includes.
authorDan Gohman <gohman@apple.com>
Fri, 5 Jun 2009 16:32:58 +0000 (16:32 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 5 Jun 2009 16:32:58 +0000 (16:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72948 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/InstCount.cpp
lib/Analysis/LoopInfo.cpp
lib/Analysis/ScalarEvolution.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
lib/CodeGen/MachineInstr.cpp
lib/Target/ARM/ARMConstantPoolValue.cpp

index 2dea7b3ef6878d839d6a93ddc1951a55b46398e8..2b34ad3b070de240eef3a67889f5d2c90f347d88 100644 (file)
@@ -19,7 +19,6 @@
 #include "llvm/Support/InstVisitor.h"
 #include "llvm/Support/Streams.h"
 #include "llvm/ADT/Statistic.h"
-#include <ostream>
 using namespace llvm;
 
 STATISTIC(TotalInsts , "Number of instructions (of all types)");
index de6480a66d5bfba6239281a8537816c995d02f73..a0d3974189a2a41689ed5faf68067373a633cab0 100644 (file)
@@ -24,7 +24,6 @@
 #include "llvm/ADT/DepthFirstIterator.h"
 #include "llvm/ADT/SmallPtrSet.h"
 #include <algorithm>
-#include <ostream>
 using namespace llvm;
 
 char LoopInfo::ID = 0;
index f7f1849b6da861d40a3cc68e5b8c634408e80bbd..4b1cda08c8d39d5b01d751662366f4b60d7b3d3d 100644 (file)
@@ -80,7 +80,6 @@
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/ADT/Statistic.h"
 #include "llvm/ADT/STLExtras.h"
-#include <ostream>
 #include <algorithm>
 using namespace llvm;
 
index 25217b088099d9c7aaf3a9ed7576cecb897ad03f..5a66f4b04b935661f10388b12ae25aa98f3a57dd 100644 (file)
@@ -20,7 +20,6 @@
 #include "llvm/Target/TargetRegisterInfo.h"
 #include "llvm/Target/TargetData.h"
 #include "llvm/Target/TargetFrameInfo.h"
-#include <ostream>
 using namespace llvm;
 
 static TimerGroup &getDwarfTimerGroup() {
index 45e7dd3058072264e05410a3b3fdf6291a388148..f7ca4f4c90455d1daa71148b5ed6e0c20ce7eefe 100644 (file)
@@ -21,7 +21,6 @@
 #include "llvm/Target/TargetData.h"
 #include "llvm/Target/TargetFrameInfo.h"
 #include "llvm/Target/TargetRegisterInfo.h"
-#include <ostream>
 
 using namespace llvm;
 
index b8c8563eab45d2f5330cbeb01c08f4618c46fafb..c35159360e8a3cea4cebf03ebeb70a9fb18b9b76 100644 (file)
@@ -28,7 +28,6 @@
 #include "llvm/Support/Streams.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/ADT/FoldingSet.h"
-#include <ostream>
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//
index 3a038c9a8c37da20d9a1b091b8ced59661f3cf72..a75ed3bd53396f1fc26a19080609c000a5e6801c 100644 (file)
@@ -17,7 +17,6 @@
 #include "llvm/Type.h"
 #include "llvm/Support/Streams.h"
 #include "llvm/Support/raw_ostream.h"
-#include <ostream>
 using namespace llvm;
 
 ARMConstantPoolValue::ARMConstantPoolValue(GlobalValue *gv, unsigned id,