mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
remove the last *stream> #include from a public header.
llvm-svn: 79892
This commit is contained in:
parent
1d440b353e
commit
0c7ea3d3cc
@ -22,7 +22,6 @@
|
|||||||
#include "llvm/System/Path.h"
|
#include "llvm/System/Path.h"
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <fstream>
|
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
class MemoryBuffer;
|
class MemoryBuffer;
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
#include <fstream>
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
// Option for compatibility with AIX, not used but must allow it to be present.
|
// Option for compatibility with AIX, not used but must allow it to be present.
|
||||||
|
Loading…
Reference in New Issue
Block a user