summaryrefslogtreecommitdiff
path: root/Common
diff options
context:
space:
mode:
Diffstat (limited to 'Common')
-rw-r--r--Common/Annex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/Annex.hs b/Common/Annex.hs
index f802ec253..6b5bc31de 100644
--- a/Common/Annex.hs
+++ b/Common/Annex.hs
@@ -10,6 +10,6 @@ module Common.Annex (
import Common
import Types
import Types.UUID (toUUID, fromUUID)
-import Annex (gitRepo)
+import Annex (gitRepo, inRepo, fromRepo)
import Locations
import Messages