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

@@ -15,6 +15,7 @@
#include "llvm/ProfileData/InstrProfReader.h"
#include "llvm/ProfileData/InstrProfWriter.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/MemoryBuffer.h"