diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-04 02:36:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-04 02:36:02 -0400 |
commit | 6b3a9cdaddec120f27e947e03ece5ee2ebde1d14 (patch) | |
tree | 14ee0b96ed66ba71fe2843f002f4f56f915c9ff5 /Command | |
parent | 8a7785e219c5aa08e0c91a813022e03cb92f16a3 (diff) |
moved AssociatedFile definition
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Get.hs | 1 | ||||
-rw-r--r-- | Command/Move.hs | 1 | ||||
-rw-r--r-- | Command/TransferKeys.hs | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/Command/Get.hs b/Command/Get.hs index 0bbe4dc1a..31a75c3e1 100644 --- a/Command/Get.hs +++ b/Command/Get.hs @@ -16,7 +16,6 @@ import Logs.Transfer import Annex.Wanted import GitAnnex.Options import Types.Key -import Types.Remote def :: [Command] def = [withOptions getOptions $ command "get" paramPaths seek diff --git a/Command/Move.hs b/Command/Move.hs index 142a84d71..357ccc21e 100644 --- a/Command/Move.hs +++ b/Command/Move.hs @@ -19,7 +19,6 @@ import Logs.Presence import Logs.Transfer import GitAnnex.Options import Types.Key -import Types.Remote def :: [Command] def = [withOptions moveOptions $ command "move" paramPaths seek diff --git a/Command/TransferKeys.hs b/Command/TransferKeys.hs index 2f5ea1fe4..8da29e211 100644 --- a/Command/TransferKeys.hs +++ b/Command/TransferKeys.hs @@ -15,7 +15,6 @@ import Annex.Content import Logs.Location import Logs.Transfer import qualified Remote -import Types.Remote (AssociatedFile) import Types.Key import qualified Option |