Skip to content

Commit 173bc09

Browse files
author
David Ungar
committed
Only need NameLookup for the ASTScope interface class.
1 parent c7a6f80 commit 173bc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/FrontendTool/FrontendTool.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
#include "TBD.h"
2727

2828
#include "swift/Subsystems.h"
29-
#include "swift/AST/ASTScope.h"
3029
#include "swift/AST/DiagnosticsFrontend.h"
3130
#include "swift/AST/DiagnosticsSema.h"
3231
#include "swift/AST/ExperimentalDependencies.h"
3332
#include "swift/AST/FileSystem.h"
3433
#include "swift/AST/GenericSignatureBuilder.h"
3534
#include "swift/AST/IRGenOptions.h"
35+
#include "swift/AST/NameLookup.h"
3636
#include "swift/AST/ASTMangler.h"
3737
#include "swift/AST/ReferencedNameTracker.h"
3838
#include "swift/AST/TypeRefinementContext.h"

0 commit comments

Comments
 (0)