diff options
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/Notification.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Notification.hs b/Annex/Notification.hs index 5bc39d9cb..9a2b3956f 100644 --- a/Annex/Notification.hs +++ b/Annex/Notification.hs @@ -9,10 +9,10 @@ module Annex.Notification where +import Common.Annex import qualified Annex import Logs.Transfer #ifdef WITH_DBUS_NOTIFICATIONS -import Common.Annex import Types.DesktopNotify import qualified DBus.Notify as Notify import qualified DBus.Client |