]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/atk/ffi/ffi.factor
factor: trim using lists
[factor.git] / basis / atk / ffi / ffi.factor
index abd04381ece37de375fd3e660eb4b0b666b3345c..4082c4a04beb78266fd32c172e78d08857ccaf68 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: atk.ffi
 
 << "gobject.ffi" require >>