diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-09 20:43:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-09 20:43:50 -0400 |
commit | 10d9315b59ce1c0d1be91ab7034f87e1f58a0710 (patch) | |
tree | e4b12ab6e82d004a6889ad910228215cf52b9c83 /Utility | |
parent | 41c0d9e969c24cf726d81b1884f2cdc18e48e2f9 (diff) |
cleanup
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Touch.hsc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Utility/Touch.hsc b/Utility/Touch.hsc index b84054cbc..b53eab634 100644 --- a/Utility/Touch.hsc +++ b/Utility/Touch.hsc @@ -18,8 +18,6 @@ import Utility.FileSystemEncoding import Foreign import Foreign.C import Control.Monad (when) -import GHC.IO.Encoding (getFileSystemEncoding) -import GHC.Foreign as GHC newtype TimeSpec = TimeSpec CTime |