lib: string does not need anymore to intrude array
authorJean Privat <jean@pryen.org>
Tue, 29 Jul 2014 14:12:20 +0000 (10:12 -0400)
committerJean Privat <jean@pryen.org>
Wed, 30 Jul 2014 12:22:57 +0000 (08:22 -0400)
since the rewrite of string, some time ago, it seems

Signed-off-by: Jean Privat <jean@pryen.org>

lib/standard/collection/collection.nit
lib/standard/string.nit

index 401c3c9..328eccf 100644 (file)
@@ -16,7 +16,7 @@ module collection
 import abstract_collection
 import range
 import list
-intrude import array # FIXME because of string.nit
+import array
 import sorter
 import hash_collection
 import union_find
index 5d158b5..cd0756b 100644 (file)
@@ -15,7 +15,7 @@
 module string
 
 import math
-intrude import collection # FIXME should be collection::array
+import collection
 
 `{
 #include <stdio.h>