avoid build warning on Windows about unused import
This commit is contained in:
parent
1e00f861ab
commit
16a2bed710
3 changed files with 6 additions and 2 deletions
|
@ -12,7 +12,9 @@ module Annex.ReplaceFile where
|
|||
import Annex.Common
|
||||
import Annex.Tmp
|
||||
import Utility.Tmp.Dir
|
||||
#ifndef mingw32_HOST_OS
|
||||
import Utility.Path.Max
|
||||
#endif
|
||||
|
||||
{- Replaces a possibly already existing file with a new version,
|
||||
- atomically, by running an action.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue