From 1303d37358d50db39028f3e9b11119e5ed6ce24c Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 15 Jun 2015 20:09:45 -0700 Subject: [PATCH] editors.brackets.windows: need USE: editors.brackets. --- basis/editors/brackets/windows/windows.factor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/basis/editors/brackets/windows/windows.factor b/basis/editors/brackets/windows/windows.factor index 39194e3a90..69a8f31cb9 100644 --- a/basis/editors/brackets/windows/windows.factor +++ b/basis/editors/brackets/windows/windows.factor @@ -1,9 +1,9 @@ ! Copyright (C) 2015 Dimage Sapelkin. ! See http://factorcode.org/license.txt for BSD license. -USING: alien.data alien.strings combinators editors kernel make -math.parser namespaces quotations sequences system -windows.advapi32 windows.registry windows.registry.private -windows.types windows.errors ; +USING: alien.data alien.strings combinators editors +editors.brackets kernel make math.parser namespaces quotations +sequences system windows.advapi32 windows.registry +windows.registry.private windows.types windows.errors ; IN: editors.brackets.windows