[llvm-commits] [llvm] r79892 - in /llvm/trunk: include/llvm/Bitcode/Archive.h tools/llvm-ar/llvm-ar.cpp
Chris Lattner
sabre at nondot.org
Sun Aug 23 21:14:04 PDT 2009
Author: lattner
Date: Sun Aug 23 23:14:03 2009
New Revision: 79892
URL: http://llvm.org/viewvc/llvm-project?rev=79892&view=rev
Log:
remove the last *stream> #include from a public header.
Modified:
llvm/trunk/include/llvm/Bitcode/Archive.h
llvm/trunk/tools/llvm-ar/llvm-ar.cpp
Modified: llvm/trunk/include/llvm/Bitcode/Archive.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Bitcode/Archive.h?rev=79892&r1=79891&r2=79892&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Bitcode/Archive.h (original)
+++ llvm/trunk/include/llvm/Bitcode/Archive.h Sun Aug 23 23:14:03 2009
@@ -22,7 +22,6 @@
#include "llvm/System/Path.h"
#include <map>
#include <set>
-#include <fstream>
namespace llvm {
class MemoryBuffer;
Modified: llvm/trunk/tools/llvm-ar/llvm-ar.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-ar/llvm-ar.cpp?rev=79892&r1=79891&r2=79892&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-ar/llvm-ar.cpp (original)
+++ llvm/trunk/tools/llvm-ar/llvm-ar.cpp Sun Aug 23 23:14:03 2009
@@ -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.
More information about the llvm-commits
mailing list