diff options
Diffstat (limited to 'calendar/gui/alarm-notify')
-rw-r--r-- | calendar/gui/alarm-notify/alarm-notify.c | 2 | ||||
-rw-r--r-- | calendar/gui/alarm-notify/notify-main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/alarm-notify/alarm-notify.c b/calendar/gui/alarm-notify/alarm-notify.c index b2208eb77d..f37ccad139 100644 --- a/calendar/gui/alarm-notify/alarm-notify.c +++ b/calendar/gui/alarm-notify/alarm-notify.c @@ -26,12 +26,12 @@ #include <string.h> #include <bonobo/bonobo-main.h> #include <libedataserver/e-url.h> +#include <libedataserverui/e-passwords.h> #include <libecal/e-cal.h> #include "alarm-notify.h" #include "alarm-queue.h" #include "config-data.h" #include "common/authentication.h" -#include "e-util/e-passwords.h" /* Private part of the AlarmNotify structure */ diff --git a/calendar/gui/alarm-notify/notify-main.c b/calendar/gui/alarm-notify/notify-main.c index 91fc0c0bfe..c679ad41e5 100644 --- a/calendar/gui/alarm-notify/notify-main.c +++ b/calendar/gui/alarm-notify/notify-main.c @@ -38,7 +38,7 @@ #include <bonobo/bonobo-generic-factory.h> #include <bonobo-activation/bonobo-activation.h> #include <libedataserver/e-source.h> -#include "e-util/e-passwords.h" +#include <libedataserverui/e-passwords.h> #include "e-util/e-icon-factory.h" #include "alarm.h" #include "alarm-queue.h" |