remove the last *stream> #include from a public header.
authorChris Lattner <sabre@nondot.org>
Mon, 24 Aug 2009 04:14:03 +0000 (04:14 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 24 Aug 2009 04:14:03 +0000 (04:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79892 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Bitcode/Archive.h
tools/llvm-ar/llvm-ar.cpp

index 13583c0d5ecd6901354c50d37eb47a6931620a40..e19e4c09ce3295800a21b398feeee61b04feadac 100644 (file)
@@ -22,7 +22,6 @@
 #include "llvm/System/Path.h"
 #include <map>
 #include <set>
-#include <fstream>
 
 namespace llvm {
   class MemoryBuffer;
index 95957df53feec33b501f70dd1aee9275a7fe49e3..021a3691e850e677889dac5af729aceda0b304aa 100644 (file)
@@ -24,6 +24,7 @@
 #include <algorithm>
 #include <iomanip>
 #include <memory>
+#include <fstream>
 using namespace llvm;
 
 // Option for compatibility with AIX, not used but must allow it to be present.