aboutsummaryrefslogtreecommitdiff
path: root/Command/Unannex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-09 13:43:22 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-09 13:43:22 -0400
commit45db841c7c5602f73796836fb9203bf0a962050d (patch)
tree9fa1bf256aa8dae9269a759d26d027f28b0cde85 /Command/Unannex.hs
parent702c128ca0da3e20291215a8db29ffe3eb1f84ed (diff)
refactor
Diffstat (limited to 'Command/Unannex.hs')
-rw-r--r--Command/Unannex.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/Unannex.hs b/Command/Unannex.hs
index 9e6044109..f01d2b219 100644
--- a/Command/Unannex.hs
+++ b/Command/Unannex.hs
@@ -13,6 +13,7 @@ import Command
import Config
import qualified Annex
import Annex.Content
+import Annex.Perms
import Annex.Content.Direct
import Annex.Version
import qualified Git.Command