editors.brackets.windows: need USE: editors.brackets.

db4
John Benediktsson 2015-06-15 20:09:45 -07:00
parent db42e12853
commit 1303d37358
1 changed files with 4 additions and 4 deletions

View File

@ -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