summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-19 10:47:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-19 10:47:07 -0400
commitf617b96226e6afe6fe16668e63ae6442438e3cda (patch)
treeff9fe41861a80ed2f1cef17d6da38247cacc839c
parentc5d98b07cc6a3cdfb0462c242e0dd9e5b0ec9d12 (diff)
clean up imports
-rw-r--r--Command/GroupWanted.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Command/GroupWanted.hs b/Command/GroupWanted.hs
index 8fff47013..5cdf785d7 100644
--- a/Command/GroupWanted.hs
+++ b/Command/GroupWanted.hs
@@ -8,15 +8,10 @@
module Command.GroupWanted where
import Common.Annex
-import qualified Annex
import Command
import Logs.PreferredContent
-import Types.Messages
-import Types.Group
import Command.Wanted (performGet, performSet)
-import qualified Data.Map as M
-
cmd :: [Command]
cmd = [command "groupwanted" (paramPair paramGroup (paramOptional paramExpression)) seek
SectionSetup "get or set groupwanted expression"]