AST: Split off DependencyCollector.h from EvaluatorDependencies.h

Also remove some unnecessary #includes from DependencyCollector.h,
which necessitated adding #includes in various other files.
This commit is contained in:
Slava Pestov
2020-12-22 22:32:44 -05:00
parent 527ffb5645
commit e675bee26c
42 changed files with 210 additions and 133 deletions

View File

@@ -26,6 +26,7 @@
// can be reflected as source-breaking changes for API users. If they are,
// the output of api-digester will include such changes.
#include "swift/Basic/Defer.h"
#include "swift/Basic/Platform.h"
#include "swift/Frontend/PrintingDiagnosticConsumer.h"
#include "swift/Frontend/SerializedDiagnosticConsumer.h"