summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Command')
-rw-r--r--Command/Get.hs1
-rw-r--r--Command/Move.hs1
-rw-r--r--Command/TransferKeys.hs1
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