]> gitweb.factorcode.org Git - factor.git/commitdiff
gobject-introspection: cleanup using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 4 Mar 2018 00:14:48 +0000 (16:14 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 4 Mar 2018 00:14:48 +0000 (16:14 -0800)
basis/gobject-introspection/gobject-introspection.factor

index 7990ef597656151427f7b784b69efc9b49d82a29..760726084c3acbea1e0ee911d8aade4b7fe21068 100755 (executable)
@@ -1,10 +1,10 @@
 ! Copyright (C) 2010 Anton Gorenko.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors assocs combinators environment gobject-introspection.common
-gobject-introspection.ffi gobject-introspection.loader
-gobject-introspection.types io io.files io.pathnames kernel lexer
-locals make namespaces parser sequences splitting summary vocabs
-vocabs.parser xdg xml ;
+USING: accessors combinators environment
+gobject-introspection.common gobject-introspection.ffi
+gobject-introspection.loader gobject-introspection.types io
+io.files io.pathnames kernel lexer locals make namespaces parser
+sequences splitting summary vocabs vocabs.parser xdg xml ;
 IN: gobject-introspection
 
 ERROR: gir-not-found name paths ;