[NFC][Dependency Scanning] Small linter fixes

- Remove unused headers
- Sort headers
- Extend anonymous namespace in DependencyScanJSON.cpp
This commit is contained in:
Artem Chikin
2026-03-16 12:07:07 +00:00
parent d13cbbfd33
commit a21b400fca
6 changed files with 7 additions and 37 deletions
@@ -12,9 +12,7 @@
#include "swift/AST/FileSystem.h"
#include "swift/AST/ModuleDependencies.h"
#include "swift/Basic/Assertions.h"
#include "swift/Basic/PrettyStackTrace.h"
#include "swift/Basic/Version.h"
#include "swift/DependencyScan/SerializedModuleDependencyCacheFormat.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/Support/VirtualOutputBackend.h"