diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-29 16:37:41 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-29 16:37:41 -0400 |
commit | b87f1da7b5b17a7bc3d45a585bf1f2b3231e7792 (patch) | |
tree | c541bcffe6ed064c3e82b8b68102c4f0f65a2114 /Assistant | |
parent | 09a0347e0e9510869aa70c4d67096ca1fcc2cf5e (diff) |
fix warning when building w/o dbus
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Threads/NetWatcher.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/NetWatcher.hs b/Assistant/Threads/NetWatcher.hs index 09cddd324..58a83fe96 100644 --- a/Assistant/Threads/NetWatcher.hs +++ b/Assistant/Threads/NetWatcher.hs @@ -15,7 +15,6 @@ import Assistant.Sync import Utility.ThreadScheduler import qualified Types.Remote as Remote import Assistant.DaemonStatus -import Assistant.RemoteControl import Utility.NotificationBroadcaster #if WITH_DBUS @@ -23,6 +22,7 @@ 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 |