Skip to content

Commit

Permalink
[dclass.d] restrict semantic imports (dlang#16956)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilsonator committed Oct 7, 2024
1 parent f39fb9a commit 37a0ddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions compiler/src/dmd/dclass.d
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ import dmd.dsymbol;
import dmd.dsymbolsem : dsymbolSemantic, addMember, search, setFieldOffset;
import dmd.errors;
import dmd.func;
import dmd.funcsem;
import dmd.id;
import dmd.identifier;
import dmd.location;
import dmd.mtype;
import dmd.objc;
import dmd.root.rmem;
import dmd.target;
import dmd.typesem;
import dmd.typesem : covariant, immutableOf, sarrayOf;
import dmd.visitor;

/***********************************************************
Expand Down
2 changes: 1 addition & 1 deletion compiler/src/dmd/dstruct.d
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import dmd.mtype;
import dmd.opover;
import dmd.target;
import dmd.tokens;
import dmd.typesem;
import dmd.typesem : isZeroInit, merge, size, hasPointers;
import dmd.typinf;
import dmd.visitor;

Expand Down

0 comments on commit 37a0ddb

Please sign in to comment.