From da1d9d500d72f47eff0cffbaa64439c0e2cc57d5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 29 Dec 2014 16:37:41 -0400 Subject: [PATCH] fix warning when building w/o dbus --- Assistant/Threads/NetWatcher.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assistant/Threads/NetWatcher.hs b/Assistant/Threads/NetWatcher.hs index 09cddd3245..58a83fe968 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