X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/4926e6ef8c37680c8e5ce47d9cddd03819ae84af..090c86383eb33e7b1befa55f9ee16b7352d3510c:/src/compiler/dmd/cover.d?ds=inline diff --git a/src/compiler/dmd/cover.d b/src/compiler/dmd/cover.d index 111f3bf..2fc1cab 100644 --- a/src/compiler/dmd/cover.d +++ b/src/compiler/dmd/cover.d @@ -17,14 +17,14 @@ module rt.cover; private { version( Windows ) - import sys.windows.windows; + import core.sys.windows.windows; else version( Posix ) { - import stdc.posix.fcntl; - import stdc.posix.unistd; + import core.sys.posix.fcntl; + import core.sys.posix.unistd; } import core.bitmanip; - import stdc.stdio; + import core.stdc.stdio; import util.utf; struct BitArray