fix builds build
authorJoey Hess <joeyh@joeyh.name>
Tue, 10 Mar 2020 17:50:46 +0000 (13:50 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 10 Mar 2020 17:50:46 +0000 (13:50 -0400)
Remote/Helper/Hooks.hs

index 5d23e0c06b5e2d723f2874692f00b2d0bdd60103..2b455f15bbd4b8222e47b8a19b80da1e8b5cf46f 100644 (file)
@@ -17,9 +17,7 @@ import Types.CleanupActions
 import qualified Annex
 import Annex.LockFile
 import Annex.LockPool
-#ifndef mingw32_HOST_OS
 import Annex.Perms
-#endif
 
 {- Modifies a remote's access functions to first run the
  - annex-start-command hook, and trigger annex-stop-command on shutdown.