summaryrefslogtreecommitdiff
path: root/Annex/Index.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex/Index.hs')
-rw-r--r--Annex/Index.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Index.hs b/Annex/Index.hs
index 60340c50b..ee27ce5f6 100644
--- a/Annex/Index.hs
+++ b/Annex/Index.hs
@@ -14,7 +14,7 @@ module Annex.Index (
import qualified Control.Exception as E
-import Common.Annex
+import Annex.Common
import Git.Types
import qualified Annex
import Utility.Env