tools.deploy.windows: fix using.

db4
John Benediktsson 2015-08-05 07:26:01 -07:00
parent 1c3981f7ed
commit 6490391bfc
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
! Copyright (C) 2007, 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: combinators io.directories io.encodings.binary io.files
io.files.windows io.pathnames kernel locals namespaces splitting
sequences system tools.deploy.backend tools.deploy.config
USING: combinators io.backend io.directories
io.encodings.binary io.files io.files.windows io.pathnames
kernel locals namespaces splitting sequences system
tools.deploy.backend tools.deploy.config
tools.deploy.config.editor tools.deploy.windows.ico
vocabs.loader vocabs.metadata windows.shell32 windows.user32 ;
IN: tools.deploy.windows