summaryrefslogtreecommitdiff
path: root/Command.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-01-20 16:36:33 -0400
committerJoey Hess <joeyh@joeyh.name>2016-01-20 16:36:33 -0400
commit737e45156eb705be69f076ede54f8c029b9ee315 (patch)
tree1ce07bbd848a34090aee0138f832ce14f51b673c /Command.hs
parent8dd5d180f1f662a8afcb02a33f13e3e1c1c3b7c8 (diff)
remove 163 lines of code without changing anything except imports
Diffstat (limited to 'Command.hs')
-rw-r--r--Command.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command.hs b/Command.hs
index e8c434b9b3..3726e4777d 100644
--- a/Command.hs
+++ b/Command.hs
@@ -23,19 +23,19 @@ module Command (
module ReExported
) where
-import Common.Annex
+import Annex.Common as ReExported
import Annex.WorkTree
import qualified Git
import Types.Command as ReExported
-import Types.Option as ReExported
import Types.DeferredParse as ReExported
-import CmdLine.Seek as ReExported
import Checks as ReExported
+import CmdLine.Seek as ReExported
import CmdLine.Usage as ReExported
import CmdLine.Action as ReExported
import CmdLine.Option as ReExported
import CmdLine.GlobalSetter as ReExported
import CmdLine.GitAnnex.Options as ReExported
+import CmdLine.Batch as ReExported
import Options.Applicative as ReExported hiding (command)
import qualified Options.Applicative as O