From 6f408e38bdb3865f9e562461773d08e3e015e468 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sat, 3 Mar 2018 16:14:48 -0800 Subject: [PATCH] gobject-introspection: cleanup using. --- .../gobject-introspection/gobject-introspection.factor | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/basis/gobject-introspection/gobject-introspection.factor b/basis/gobject-introspection/gobject-introspection.factor index 7990ef5976..760726084c 100755 --- a/basis/gobject-introspection/gobject-introspection.factor +++ b/basis/gobject-introspection/gobject-introspection.factor @@ -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 ;