Adapt to upstream header file reshuffling

This commit is contained in:
Adrian Prantl
2020-03-12 10:23:47 -07:00
parent bc8086c0d4
commit 41f76322d2
6 changed files with 14 additions and 7 deletions

View File

@@ -20,12 +20,14 @@
#include "swift/Basic/STLExtras.h"
#include "swift/Basic/SourceManager.h"
#include "swift/Basic/Version.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Debug.h"
#include <system_error>
using namespace swift;