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

This commit is contained in:
Simon Pilgrim 2020-06-27 11:16:25 +01:00
parent 6bdb3ce452
commit 892df9e706
2 changed files with 3 additions and 2 deletions

View File

@ -12,13 +12,13 @@
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/VirtualFileSystem.h"
#include <mutex>
#include <string>
namespace llvm {
class FileCollectorFileSystem;
class Twine;
/// Captures file system interaction and generates data to be later replayed
/// with the RedirectingFileSystem.

View File

@ -8,6 +8,7 @@
#include "llvm/Support/FileCollector.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Process.h"