remove unused import

This commit is contained in:
Joey Hess 2018-10-30 13:38:29 -04:00
parent a89db2c604
commit f00b329e0c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -15,7 +15,6 @@ module Utility.Touch (
#if ! defined(mingw32_HOST_OS)
import System.Posix.Files
import System.Posix.Types
import Data.Time.Clock.POSIX
{- Changes the access and modification times of an existing file.