mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Break almost all dependencies of Driver on Frontend
- Sink OutputFileMap{.h,.cpp} and ReferenceDependencyKeys.h to Basic
- Remove unnecessary includes of Frontend.h.
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "swift/Basic/ReferenceDependencyKeys.h"
|
||||
#include "swift/Basic/Statistic.h"
|
||||
#include "swift/Driver/DependencyGraph.h"
|
||||
#include "swift/Demangling/Demangle.h"
|
||||
#include "swift/Frontend/ReferenceDependencyKeys.h"
|
||||
#include "llvm/ADT/SmallString.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/ADT/StringSwitch.h"
|
||||
|
||||
Reference in New Issue
Block a user