aboutsummaryrefslogtreecommitdiff
path: root/Database
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-10-18 16:16:47 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-10-18 16:16:47 -0400
commit87dfb45ab51bc3ce6f49ca0c63bbd761321ea55c (patch)
tree96dff597619f65648d2e37ed76679ca260108f1d /Database
parent6d47996066dd7045eedfbf398580156cc49c4b31 (diff)
remove unused imports
Diffstat (limited to 'Database')
-rw-r--r--Database/Keys.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Database/Keys.hs b/Database/Keys.hs
index 77f4f6382..0f2f34930 100644
--- a/Database/Keys.hs
+++ b/Database/Keys.hs
@@ -33,9 +33,6 @@ import Annex.Perms
import Annex.LockFile
import Utility.InodeCache
import Annex.InodeSentinal
-import qualified Git.Types
-import qualified Git.LsTree
-import qualified Git.Branch
import Git.FilePath
{- Runs an action that reads from the database.