Skip to content

Commit 7af9b99

Browse files
author
David Ungar
committed
Format
1 parent 496e602 commit 7af9b99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/AST/FineGrainedDependenciesSourceFileDepGraphConstructor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
#include "swift/AST/DiagnosticEngine.h"
2020
#include "swift/AST/DiagnosticsFrontend.h"
2121
#include "swift/AST/ExistentialLayout.h"
22-
#include "swift/AST/FineGrainedDependencies.h"
2322
#include "swift/AST/FileSystem.h"
23+
#include "swift/AST/FineGrainedDependencies.h"
2424
#include "swift/AST/Module.h"
2525
#include "swift/AST/ModuleLoader.h"
2626
#include "swift/AST/NameLookup.h"

lib/FrontendTool/FrontendTool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
#include "swift/Subsystems.h"
2929
#include "swift/AST/DiagnosticsFrontend.h"
3030
#include "swift/AST/DiagnosticsSema.h"
31-
#include "swift/AST/FineGrainedDependencies.h"
3231
#include "swift/AST/FileSystem.h"
32+
#include "swift/AST/FineGrainedDependencies.h"
3333
#include "swift/AST/GenericSignatureBuilder.h"
3434
#include "swift/AST/IRGenOptions.h"
3535
#include "swift/AST/NameLookup.h"

0 commit comments

Comments
 (0)