summaryrefslogtreecommitdiff
path: root/Command.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command.hs')
-rw-r--r--Command.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command.hs b/Command.hs
index a0e3280d6..f896a53f6 100644
--- a/Command.hs
+++ b/Command.hs
@@ -9,7 +9,7 @@ module Command where
import Types
import qualified Backend
-import Core
+import Messages
import qualified Annex
{- A subcommand runs in four stages.