Skip to content

Commit

Permalink
[aggregate.d] use selective imports for dsymbolsem
Browse files Browse the repository at this point in the history
The goal is to remove all semantic imports from AST node files. This makes it obvious what still needs to be done.
  • Loading branch information
thewilsonator committed Oct 6, 2024
1 parent 2024098 commit c06f984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dmd/aggregate.d
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import dmd.declaration;
import dmd.dscope;
import dmd.dstruct;
import dmd.dsymbol;
import dmd.dsymbolsem;
import dmd.dsymbolsem : dsymbolSemantic, determineFields, search;
import dmd.dtemplate;
import dmd.errors;
import dmd.expression;
Expand Down

0 comments on commit c06f984

Please sign in to comment.