Tidy up #includes.
authorDan Gohman <gohman@apple.com>
Thu, 16 Jul 2009 15:32:28 +0000 (15:32 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 16 Jul 2009 15:32:28 +0000 (15:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76072 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/AliasSetTracker.h
include/llvm/Analysis/Trace.h
include/llvm/CodeGen/JITCodeEmitter.h
include/llvm/CodeGen/MachineBasicBlock.h

index 786c1d15ba1ab0a8d4a2e7ae7c23047a22ab0afe..0a9e278b4d96d9dc87fb79b102080d7c2a42b438 100644 (file)
@@ -18,7 +18,6 @@
 #define LLVM_ANALYSIS_ALIASSETTRACKER_H
 
 #include "llvm/Support/CallSite.h"
-#include "llvm/Support/Streams.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/iterator.h"
 #include "llvm/ADT/ilist.h"
index fd615fcdae0865fa2ff1e0bf6cbb3a8d7a3c8773..04f0a78df4726c4e6d67378e378b1ea9081fc06a 100644 (file)
@@ -18,9 +18,9 @@
 #ifndef LLVM_ANALYSIS_TRACE_H
 #define LLVM_ANALYSIS_TRACE_H
 
-#include "llvm/Support/Streams.h"
 #include <vector>
 #include <cassert>
+#include <iosfwd>
 
 namespace llvm {
   class BasicBlock;
index cb9a0a1fa9fc3672fc677a783ad1b3769f0c1bf3..5ce6e83e5695cf00cc1180367fc2481706b40701 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <string>
 #include "llvm/Support/DataTypes.h"
-#include "llvm/Support/Streams.h"
 #include "llvm/CodeGen/MachineCodeEmitter.h"
 
 using namespace std;
index 134d22663b01dfb7925830596cc38408f335b913..aacc31455eab793f5f2235d1ee5179fd6e8345d1 100644 (file)
@@ -16,7 +16,6 @@
 
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/ADT/GraphTraits.h"
-#include "llvm/Support/Streams.h"
 
 namespace llvm {