summaryrefslogtreecommitdiff
path: root/Annex
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-20 14:37:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-20 14:37:53 -0400
commitee3b5b2a4279292d55af43c772cdfd0c56420798 (patch)
tree0227fb4732ef376ac9123a9a89b924793ed841e2 /Annex
parent6897460d350df41f1e98147f96fde1b66171bc19 (diff)
use Common in a few more modules
Diffstat (limited to 'Annex')
-rw-r--r--Annex/Ssh.hs4
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