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

@@ -22,6 +22,7 @@
#include "llvm/IRReader/IRReader.h"
#include "llvm/PassManager.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/PrettyStackTrace.h"
#include "llvm/Support/Regex.h"