diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-08 19:39:46 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-08 19:39:46 -0400 |
commit | db2ed1282725f5f051b11702442cfedfddd71b78 (patch) | |
tree | 96493b1d5b27f9160878fb4e9ca0be98847bcd07 /Assistant | |
parent | 7c2cf28aff6bd71786ccd748429ab0656323f8b5 (diff) |
fix warning
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Install/AutoStart.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Assistant/Install/AutoStart.hs b/Assistant/Install/AutoStart.hs index 325896f24..7e1fd2d1f 100644 --- a/Assistant/Install/AutoStart.hs +++ b/Assistant/Install/AutoStart.hs @@ -12,7 +12,6 @@ module Assistant.Install.AutoStart where import Utility.FreeDesktop #ifdef darwin_HOST_OS import Utility.OSX -import Utility.Path import System.Directory import System.FilePath #endif |