[serialization] Push record layout info into a private header.

The reader and writer will need to share this information, but there's no
reason anyone else will need it.

Swift SVN r5133
This commit is contained in:
Jordan Rose
2013-05-09 22:58:07 +00:00
parent 566e9c9ced
commit 1d2dfdb498
4 changed files with 43 additions and 31 deletions

View File

@@ -11,7 +11,7 @@
//===----------------------------------------------------------------------===//
#include "swift/Serialization/SerializedModuleLoader.h"
#include "swift/Serialization/Serialization.h"
#include "ModuleFormat.h"
#include "swift/AST/AST.h"
#include "swift/AST/Component.h"
#include "swift/AST/Diagnostics.h"