summaryrefslogtreecommitdiff
path: root/Backend/URL.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Backend/URL.hs')
-rw-r--r--Backend/URL.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Backend/URL.hs b/Backend/URL.hs
index 4279ebd83..92b7a4482 100644
--- a/Backend/URL.hs
+++ b/Backend/URL.hs
@@ -10,9 +10,8 @@ module Backend.URL (
fromUrl
) where
-import Common.Annex
+import Annex.Common
import Types.Backend
-import Types.Key
import Backend.Utilities
backends :: [Backend]