[Serialization] Move a bunch of internal headers to lib/ (#27012)

This will discourage their use outside of Serialization, which is a
good thing for encapsulation.
This commit is contained in:
Jordan Rose
2019-09-04 08:58:06 -07:00
committed by GitHub
parent a69107d9e1
commit 3c2d709996
18 changed files with 25 additions and 30 deletions

View File

@@ -10,10 +10,11 @@
//
//===----------------------------------------------------------------------===//
#include "swift/Serialization/ModuleFile.h"
#include "ModuleFile.h"
#include "BCReadingExtras.h"
#include "DeserializationErrors.h"
#include "DocFormat.h"
#include "swift/Serialization/ModuleFormat.h"
#include "ModuleFormat.h"
#include "swift/Serialization/SerializationOptions.h"
#include "swift/Subsystems.h"
#include "swift/AST/ASTContext.h"
@@ -25,7 +26,6 @@
#include "swift/AST/USRGeneration.h"
#include "swift/Basic/Range.h"
#include "swift/ClangImporter/ClangImporter.h"
#include "swift/Serialization/BCReadingExtras.h"
#include "swift/Serialization/SerializedModuleLoader.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Chrono.h"