X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/2f6ab5db873a7179314a5918a3eee90072c7f5fc..cae23267c83ae53f31305d1e93353dcafd0e02c6:/src/compiler/dmd/cover.d diff --git a/src/compiler/dmd/cover.d b/src/compiler/dmd/cover.d index ca8381f..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 bitmanip; - import stdc.stdio; + import core.bitmanip; + import core.stdc.stdio; import util.utf; struct BitArray