diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-14 13:53:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-14 13:53:29 -0400 |
commit | 936e510218bf6ea220c38f0e86d624c2d7275fac (patch) | |
tree | 788fdb631af3a9df6ffeba7a57e38b519553b24a /Remote/Git.hs | |
parent | df34bc759deed4b43c533dce703d4b0371881ba1 (diff) |
fix imports
Diffstat (limited to 'Remote/Git.hs')
-rw-r--r-- | Remote/Git.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Remote/Git.hs b/Remote/Git.hs index 7054319f5..c1fba967a 100644 --- a/Remote/Git.hs +++ b/Remote/Git.hs @@ -20,6 +20,7 @@ import Common.Annex import Utility.CopyFile import Utility.Rsync import Remote.Helper.Ssh +import Annex.Ssh import Types.Remote import Types.GitConfig import qualified Git |