From 8da76367c5d6beadd520d35aef77e6d47996ea19 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 24 Aug 2009 04:14:03 +0000 Subject: [PATCH] remove the last *stream> #include from a public header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79892 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Bitcode/Archive.h | 1 - tools/llvm-ar/llvm-ar.cpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Bitcode/Archive.h b/include/llvm/Bitcode/Archive.h index 13583c0d5ec..e19e4c09ce3 100644 --- a/include/llvm/Bitcode/Archive.h +++ b/include/llvm/Bitcode/Archive.h @@ -22,7 +22,6 @@ #include "llvm/System/Path.h" #include #include -#include namespace llvm { class MemoryBuffer; diff --git a/tools/llvm-ar/llvm-ar.cpp b/tools/llvm-ar/llvm-ar.cpp index 95957df53fe..021a3691e85 100644 --- a/tools/llvm-ar/llvm-ar.cpp +++ b/tools/llvm-ar/llvm-ar.cpp @@ -24,6 +24,7 @@ #include #include #include +#include using namespace llvm; // Option for compatibility with AIX, not used but must allow it to be present.