aboutsummaryrefslogtreecommitdiff
path: root/libphobos/libdruntime/rt/arrayassign.d
diff options
context:
space:
mode:
Diffstat (limited to 'libphobos/libdruntime/rt/arrayassign.d')
-rw-r--r--libphobos/libdruntime/rt/arrayassign.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/libphobos/libdruntime/rt/arrayassign.d b/libphobos/libdruntime/rt/arrayassign.d
index 389ff92..21d50b0 100644
--- a/libphobos/libdruntime/rt/arrayassign.d
+++ b/libphobos/libdruntime/rt/arrayassign.d
@@ -6,14 +6,14 @@
* License: Distributed under the
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* Authors: Walter Bright, Kenji Hara
- * Source: $(DRUNTIMESRC src/rt/_arrayassign.d)
+ * Source: $(DRUNTIMESRC rt/_arrayassign.d)
*/
module rt.arrayassign;
private
{
- import rt.util.array;
+ import core.internal.util.array;
import core.stdc.string;
import core.stdc.stdlib;
debug(PRINTF) import core.stdc.stdio;