raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary.

llvm-svn: 207593
This commit is contained in:
Benjamin Kramer
2014-04-29 23:26:49 +00:00
parent 93f9f4950c
commit d59664f4f7
30 changed files with 36 additions and 4 deletions

View File

@@ -25,6 +25,7 @@
#include "llvm/IR/Type.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/DataStream.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/FormattedStream.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/MemoryBuffer.h"