]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/gobject/ffi/ffi.factor
Make "foo.private" require load foo instead.
[factor.git] / basis / gobject / ffi / ffi.factor
index 38ff1789c87acceffdd2349cd36b32b0ccb0e0fc..919f9daa0faa7fc93fecfbcb72db1deb8a2adc20 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2010 Anton Gorenko.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien alien.destructors alien.libraries alien.syntax kernel
-combinators gobject-introspection literals math system vocabs.loader ;
+combinators gobject-introspection literals math system vocabs ;
 IN: gobject.ffi
 
 ! these two are needed for the definition of GError and others.