diff options
Diffstat (limited to 'Assistant/Threads/NetWatcher.hs')
-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 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 |