From f00b329e0c7156d9f831b6ca0a118c10188ec4de Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 30 Oct 2018 13:38:29 -0400 Subject: [PATCH] remove unused import --- Utility/Touch.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Utility/Touch.hs b/Utility/Touch.hs index e0ca92d4a2..1b2511cc79 100644 --- a/Utility/Touch.hs +++ b/Utility/Touch.hs @@ -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.