editors.brackets.windows: need USE: editors.brackets.
parent
db42e12853
commit
1303d37358
|
@ -1,9 +1,9 @@
|
||||||
! Copyright (C) 2015 Dimage Sapelkin.
|
! Copyright (C) 2015 Dimage Sapelkin.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien.data alien.strings combinators editors kernel make
|
USING: alien.data alien.strings combinators editors
|
||||||
math.parser namespaces quotations sequences system
|
editors.brackets kernel make math.parser namespaces quotations
|
||||||
windows.advapi32 windows.registry windows.registry.private
|
sequences system windows.advapi32 windows.registry
|
||||||
windows.types windows.errors ;
|
windows.registry.private windows.types windows.errors ;
|
||||||
|
|
||||||
IN: editors.brackets.windows
|
IN: editors.brackets.windows
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue