avoid build warning on windows
This commit is contained in:
parent
d0f3b01c31
commit
2000e9a4b8
2 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@ import Annex.ReplaceFile
|
||||||
import Annex.InodeSentinal
|
import Annex.InodeSentinal
|
||||||
import Annex.Content.LowLevel
|
import Annex.Content.LowLevel
|
||||||
import Utility.InodeCache
|
import Utility.InodeCache
|
||||||
|
#if ! defined(mingw32_HOST_OS)
|
||||||
import Utility.Touch
|
import Utility.Touch
|
||||||
|
#endif
|
||||||
|
|
||||||
{- Populates a pointer file with the content of a key.
|
{- Populates a pointer file with the content of a key.
|
||||||
-
|
-
|
||||||
|
|
|
@ -61,9 +61,9 @@ import Creds
|
||||||
import Types.NumCopies
|
import Types.NumCopies
|
||||||
import Annex.Action
|
import Annex.Action
|
||||||
import Messages.Progress
|
import Messages.Progress
|
||||||
import qualified Utility.RawFilePath as R
|
|
||||||
|
|
||||||
#ifndef mingw32_HOST_OS
|
#ifndef mingw32_HOST_OS
|
||||||
|
import qualified Utility.RawFilePath as R
|
||||||
import Utility.FileMode
|
import Utility.FileMode
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue