From 73a07eee31794d844926ec9687c9d1165646444a Mon Sep 17 00:00:00 2001 From: Anton Gorenko <ex.rzrjck@gmail.com> Date: Wed, 26 Jan 2011 20:27:41 +0600 Subject: [PATCH] gobject-introspection.ffi: USING: clean up; --- basis/gobject-introspection/ffi/ffi.factor | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/basis/gobject-introspection/ffi/ffi.factor b/basis/gobject-introspection/ffi/ffi.factor index ff0eb9a85b..53f0944c20 100644 --- a/basis/gobject-introspection/ffi/ffi.factor +++ b/basis/gobject-introspection/ffi/ffi.factor @@ -1,16 +1,10 @@ ! Copyright (C) 2010 Anton Gorenko. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors alien alien.c-types alien.parser arrays assocs -classes.parser classes.struct combinators -combinators.short-circuit definitions effects fry -gobject-introspection.common gobject-introspection.types kernel -math.parser namespaces parser quotations sequences - -gobject-introspection.standard-types -prettyprint ascii gobject-introspection.repository locals -compiler.units make splitting.monotonic - -sequences.generalizations words words.constant ; +USING: accessors alien.c-types alien.parser arrays ascii +classes.parser classes.struct combinators gobject-introspection.common +gobject-introspection.repository gobject-introspection.types kernel +locals make math.parser namespaces parser sequences +splitting.monotonic words words.constant ; IN: gobject-introspection.ffi SYMBOL: constant-prefix