[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

@@ -26,7 +26,6 @@
#include "swift/Frontend/ParseableInterfaceSupport.h"
#include "swift/Frontend/PrintingDiagnosticConsumer.h"
#include "swift/SILOptimizer/PassManager/Passes.h"
#include "swift/Serialization/ModuleFormat.h"
#include "swift/Serialization/SerializationOptions.h"
#include "swift/Serialization/Validation.h"
#include "clang/Basic/Module.h"