X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fatk%2Fffi%2Fffi.factor;h=4082c4a04beb78266fd32c172e78d08857ccaf68;hp=abd04381ece37de375fd3e660eb4b0b666b3345c;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/atk/ffi/ffi.factor b/basis/atk/ffi/ffi.factor index abd04381ec..4082c4a04b 100644 --- a/basis/atk/ffi/ffi.factor +++ b/basis/atk/ffi/ffi.factor @@ -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 >>