From b87f1da7b5b17a7bc3d45a585bf1f2b3231e7792 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 29 Dec 2014 16:37:41 -0400 Subject: fix warning when building w/o dbus --- Assistant/Threads/NetWatcher.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assistant') 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 -- cgit v1.2.3