summaryrefslogtreecommitdiff
path: root/Backend.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Backend.hs')
-rw-r--r--Backend.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Backend.hs b/Backend.hs
index 456a98bd4..43b450736 100644
--- a/Backend.hs
+++ b/Backend.hs
@@ -31,13 +31,13 @@ import Control.Monad.State
import IO (try)
import System.FilePath
import System.Posix.Files
-import Core
import Locations
import qualified GitRepo as Git
import qualified Annex
import Types
import qualified TypeInternals as Internals
+import Messages
{- List of backends in the order to try them when storing a new key. -}
list :: Annex [Backend]