diff --git a/library/ui/cocoa/menu-bar.factor b/library/ui/cocoa/menu-bar.factor index d1c5259985..f3e7815673 100644 --- a/library/ui/cocoa/menu-bar.factor +++ b/library/ui/cocoa/menu-bar.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2005, 2006 Kevin Reid. ! See http://factorcode.org/license.txt for BSD license. -USING: cocoa compiler gadgets gadgets-browser gadgets-launchpad +USING: cocoa compiler gadgets gadgets-browser gadgets-listener gadgets-search kernel memory objc objc-classes sequences strings words ; IN: cocoa diff --git a/library/ui/windows/ui.factor b/library/ui/windows/ui.factor index 0bf17a9300..3f6836b867 100644 --- a/library/ui/windows/ui.factor +++ b/library/ui/windows/ui.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2005, 2006 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: alien arrays errors freetype gadgets gadgets-launchpad +USING: alien arrays errors freetype gadgets gadgets-listener hashtables io kernel math namespaces prettyprint sequences strings vectors words win32-api win32-api-messages ; USING: inspector threads memory ; @@ -328,7 +328,6 @@ IN: shells restore-windows ] [ init-ui - launchpad-window listener-window ] if event-loop diff --git a/library/ui/x11/ui.factor b/library/ui/x11/ui.factor index f7d9705454..16210b36c8 100644 --- a/library/ui/x11/ui.factor +++ b/library/ui/x11/ui.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2005, 2006 Eduardo Cavazos and Slava Pestov ! See http://factorcode.org/license.txt for BSD license. IN: x11 -USING: arrays errors freetype gadgets gadgets-launchpad +USING: arrays errors freetype gadgets gadgets-listener hashtables kernel kernel-internals math namespaces opengl sequences strings ; @@ -174,7 +174,6 @@ IN: shells restore-windows ] [ init-ui - launchpad-window listener-window ] if event-loop