Merge: Reorganize mnit submodules
[nit.git] / lib / c.nit
index 04f7b20..a4a8e01 100644 (file)
--- a/lib/c.nit
+++ b/lib/c.nit
@@ -16,8 +16,8 @@
 
 # Utilities and performant structure for the FFI with C
 module c
-import standard
-intrude import standard::collection::array
+import core
+intrude import core::collection::array
 
 # A thin wrapper around a `NativeCArray` adding length information
 abstract class CArray[E]