avoid build warning on Windows about unused import

This commit is contained in:
Joey Hess 2019-05-23 12:13:56 -04:00
parent 1e00f861ab
commit 16a2bed710
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 6 additions and 2 deletions

View file

@ -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.