1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

VirtualFileSystem.h - reduce Twine.h include to forward declaration. NFC.

This commit is contained in:
Simon Pilgrim 2020-05-28 15:50:13 +01:00
parent dc3717d064
commit 3cf67b5e20

View File

@ -19,7 +19,6 @@
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/Chrono.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/FileSystem.h"
@ -38,6 +37,7 @@
namespace llvm {
class MemoryBuffer;
class Twine;
namespace vfs {