mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
root.filename does not use rootobject
This commit is contained in:
parent
747256d77f
commit
a73fbee400
1 changed files with 4 additions and 3 deletions
|
@ -14,13 +14,14 @@ module dmd.root.filename;
|
||||||
import core.stdc.ctype;
|
import core.stdc.ctype;
|
||||||
import core.stdc.errno;
|
import core.stdc.errno;
|
||||||
import core.stdc.string;
|
import core.stdc.string;
|
||||||
|
|
||||||
|
import dmd.common.file;
|
||||||
|
import dmd.common.outbuffer;
|
||||||
|
|
||||||
import dmd.root.array;
|
import dmd.root.array;
|
||||||
import dmd.root.file;
|
import dmd.root.file;
|
||||||
import dmd.common.outbuffer;
|
|
||||||
import dmd.common.file;
|
|
||||||
import dmd.root.port;
|
import dmd.root.port;
|
||||||
import dmd.root.rmem;
|
import dmd.root.rmem;
|
||||||
import dmd.root.rootobject;
|
|
||||||
import dmd.root.string;
|
import dmd.root.string;
|
||||||
|
|
||||||
version (Posix)
|
version (Posix)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue