gobject-introspection: cleanup using.
parent
75168c1964
commit
6f408e38bd
|
@ -1,10 +1,10 @@
|
||||||
! Copyright (C) 2010 Anton Gorenko.
|
! Copyright (C) 2010 Anton Gorenko.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors assocs combinators environment gobject-introspection.common
|
USING: accessors combinators environment
|
||||||
gobject-introspection.ffi gobject-introspection.loader
|
gobject-introspection.common gobject-introspection.ffi
|
||||||
gobject-introspection.types io io.files io.pathnames kernel lexer
|
gobject-introspection.loader gobject-introspection.types io
|
||||||
locals make namespaces parser sequences splitting summary vocabs
|
io.files io.pathnames kernel lexer locals make namespaces parser
|
||||||
vocabs.parser xdg xml ;
|
sequences splitting summary vocabs vocabs.parser xdg xml ;
|
||||||
IN: gobject-introspection
|
IN: gobject-introspection
|
||||||
|
|
||||||
ERROR: gir-not-found name paths ;
|
ERROR: gir-not-found name paths ;
|
||||||
|
|
Loading…
Reference in New Issue