summaryrefslogtreecommitdiff
path: root/CmdLine.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-11 17:19:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-11 17:19:55 -0400
commitaf82586adff96f18fe768e432f501c647401262f (patch)
tree20e7ec170661ab11010e39ce46657b69e7341e09 /CmdLine.hs
parentde3dafae80f45af8db56dc95e11863f049cf3cb2 (diff)
split up Types
Diffstat (limited to 'CmdLine.hs')
-rw-r--r--CmdLine.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/CmdLine.hs b/CmdLine.hs
index c956f29a5..53707cd71 100644
--- a/CmdLine.hs
+++ b/CmdLine.hs
@@ -7,7 +7,6 @@
module CmdLine where
import System.Console.GetOpt
-import Types
import Annex
data Mode = Add | Push | Pull | Want | Get | Drop | Unannex