]> git.llucax.com Git - software/druntime.git/blobdiff - src/compiler/dmd/arrayassign.d
Add .gitignore files
[software/druntime.git] / src / compiler / dmd / arrayassign.d
index d85af7e568cc61ee11af5896df85cfece6390e2e..4d9214c2de19fab7f500fb068b6f4f7ee81756f2 100644 (file)
@@ -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;
 }
 
 /**