]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/gio/ffi/ffi.factor
factor: trim using lists
[factor.git] / basis / gio / ffi / ffi.factor
index a1929f24b1a2b4c1439d6322543f9e9fb3412aad..7b21154eeb2004aed37a87dc451a0ffff1c370cf 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2010 Anton Gorenko.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien alien.libraries alien.syntax combinators
-gobject-introspection kernel system vocabs ;
+gobject-introspection system vocabs ;
 IN: gio.ffi
 
 << "gobject.ffi" require >>