diff options
Diffstat (limited to 'Annex/Ssh.hs')
-rw-r--r-- | Annex/Ssh.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Annex/Ssh.hs b/Annex/Ssh.hs index fe83aad00..81e488b41 100644 --- a/Annex/Ssh.hs +++ b/Annex/Ssh.hs @@ -7,11 +7,9 @@ module Annex.Ssh where -import Control.Monad.State (liftIO) - +import Common import qualified Git import qualified Git.Url -import Utility.SafeCommand import Types import Config import Annex.UUID |