diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-23 18:17:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-23 18:17:35 -0400 |
commit | 9b7fd466551863b330c91fc6141b19260ba527d2 (patch) | |
tree | 02a6eccd890670b9a0926a7298920ada1e312d1e /Annex | |
parent | f70e8269a0e0c3bde52d094d1e4b94631e563b95 (diff) |
fix build w/o DesktopNotification
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 |