summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Command')
-rw-r--r--Command/Multicast.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Multicast.hs b/Command/Multicast.hs
index 3fb2f6e79..5588a0a50 100644
--- a/Command/Multicast.hs
+++ b/Command/Multicast.hs
@@ -15,10 +15,10 @@ import Annex.Multicast
import Annex.WorkTree
import Annex.Content
import Annex.UUID
-#ifndef mingw32_HOST_OS
-import Creds
import Annex.Perms
import Utility.FileMode
+#ifndef mingw32_HOST_OS
+import Creds
#endif
import qualified Limit
import Types.FileMatcher