summaryrefslogtreecommitdiff
path: root/Annex/Init.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-09 14:25:33 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-09 14:27:43 -0400
commit26a0189fcb54290b1bad3afadef93804bb818987 (patch)
tree5da0740317a36d0720bde8556133d171aef402ef /Annex/Init.hs
parent9687457dca30f531d19e023a32e00ffe6fd2d738 (diff)
refactor and improve pointer file handling code
Diffstat (limited to 'Annex/Init.hs')
-rw-r--r--Annex/Init.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Init.hs b/Annex/Init.hs
index b00e41218..7eea0dfa1 100644
--- a/Annex/Init.hs
+++ b/Annex/Init.hs
@@ -29,11 +29,11 @@ import Types.TrustLevel
import Annex.Version
import Annex.Difference
import Annex.UUID
+import Annex.Link
import Config
import Annex.Direct
import Annex.Content.Direct
import Annex.Environment
-import Backend
import Annex.Hook
import Upgrade
#ifndef mingw32_HOST_OS