X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/b29ba2914571d42232476d23c06a9f79291f7646..090c86383eb33e7b1befa55f9ee16b7352d3510c:/src/compiler/dmd/arrayassign.d?ds=sidebyside diff --git a/src/compiler/dmd/arrayassign.d b/src/compiler/dmd/arrayassign.d index d85af7e..4d9214c 100644 --- a/src/compiler/dmd/arrayassign.d +++ b/src/compiler/dmd/arrayassign.d @@ -9,9 +9,9 @@ module rt.arrayassign; private { import util.string; - import stdc.string; - import stdc.stdlib; - debug(PRINTF) import stdc.stdio; + import core.stdc.string; + import core.stdc.stdlib; + debug(PRINTF) import core.stdc.stdio; } /**