diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-29 17:25:59 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-29 17:30:20 -0400 |
commit | e79780c0cac64c7b74754e47fc066aa0fc104345 (patch) | |
tree | 1baa2628f02698a883f8d0bfc8d362307cfa1d11 /Assistant | |
parent | daa420a9f299c331b24488d133d068ddc451b9aa (diff) |
fixed all remaining build warnings on Windows
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Install.hs | 2 | ||||
-rw-r--r-- | Assistant/Threads/NetWatcher.hs | 2 | ||||
-rw-r--r-- | Assistant/Threads/SanityChecker.hs | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/Assistant/Install.hs b/Assistant/Install.hs index 2e57bd38a..e2d52692e 100644 --- a/Assistant/Install.hs +++ b/Assistant/Install.hs @@ -22,7 +22,9 @@ import Utility.SshConfig import Utility.OSX #else import Utility.FreeDesktop +#ifdef linux_HOST_OS import Utility.UserInfo +#endif import Assistant.Install.Menu #endif diff --git a/Assistant/Threads/NetWatcher.hs b/Assistant/Threads/NetWatcher.hs index 58a83fe96..6a2515237 100644 --- a/Assistant/Threads/NetWatcher.hs +++ b/Assistant/Threads/NetWatcher.hs @@ -18,11 +18,11 @@ import Assistant.DaemonStatus import Utility.NotificationBroadcaster #if WITH_DBUS +import Assistant.RemoteControl import Utility.DBus import DBus.Client import DBus import Assistant.NetMessager -import Assistant.RemoteControl #else #ifdef linux_HOST_OS #warning Building without dbus support; will poll for network connection changes diff --git a/Assistant/Threads/SanityChecker.hs b/Assistant/Threads/SanityChecker.hs index 9fd963a69..26c6ebba5 100644 --- a/Assistant/Threads/SanityChecker.hs +++ b/Assistant/Threads/SanityChecker.hs @@ -40,15 +40,15 @@ import Assistant.Unused import Logs.Unused import Logs.Transfer import Config.Files -import Utility.DiskFree +import Types.Key (keyBackendName) import qualified Annex #ifdef WITH_WEBAPP import Assistant.WebApp.Types #endif #ifndef mingw32_HOST_OS import Utility.LogFile +import Utility.DiskFree #endif -import Types.Key (keyBackendName) import Data.Time.Clock.POSIX import qualified Data.Text as T |