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

@@ -17,6 +17,7 @@
#include "TGParser.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/ToolOutputFile.h"
#include "llvm/Support/system_error.h"