From e75013c2014fab695e9fb327d825d26cc1d7f1e1 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Wed, 23 Feb 2005 18:57:00 +0000 Subject: Make mailer depend on libedataserverui. 2005-02-23 Hans Petter Jansson * configure.in: Make mailer depend on libedataserverui. 2005-02-23 Hans Petter Jansson * Makefile.am (eutilinclude_HEADERS) (libeutil_la_SOURCES): Remove e-passwords from here, it now lives in libedataserverui. * e-passwords.[ch]: Removed. 2005-02-23 Hans Petter Jansson * gui/component/addressbook-view.c: * gui/component/addressbook.c: Include . 2005-02-23 Hans Petter Jansson * common/authentication.c: * gui/e-pub-utils.c: * gui/alarm-notify/alarm-notify.c: * gui/alarm-notify/notify-main.c: * gui/dialogs/url-editor-dialog.c: Include . * gui/itip-utils.c: Remove e-passwords.h include, it's not needed. 2005-02-23 Hans Petter Jansson * mail-session.c: * mail-config.c: Include . 2005-02-23 Hans Petter Jansson * gui/component.c: * lib/e-cert-db.c: * lib/e-pkcs12.c: Include . 2005-02-23 Hans Petter Jansson * e-shell-window-commands.c: * e-shell.c: * main.c: Include . 2005-02-23 Hans Petter Jansson * camel-gw-listener.c: Include . 2005-02-23 Hans Petter Jansson * send-options.c: Include . svn path=/trunk/; revision=28871 --- calendar/ChangeLog | 11 +++++++++++ calendar/common/authentication.c | 2 +- calendar/gui/alarm-notify/alarm-notify.c | 2 +- calendar/gui/alarm-notify/notify-main.c | 2 +- calendar/gui/dialogs/url-editor-dialog.c | 2 +- calendar/gui/e-pub-utils.c | 2 +- calendar/gui/itip-utils.c | 1 - 7 files changed, 16 insertions(+), 6 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 624347059f..d3f194533c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2005-02-23 Hans Petter Jansson + + * common/authentication.c: + * gui/e-pub-utils.c: + * gui/alarm-notify/alarm-notify.c: + * gui/alarm-notify/notify-main.c: + * gui/dialogs/url-editor-dialog.c: + Include . + * gui/itip-utils.c: Remove e-passwords.h include, it's not + needed. + 2005-02-23 JP Rosevear Fixes #70000 diff --git a/calendar/common/authentication.c b/calendar/common/authentication.c index 4849169e56..69d0e9544c 100644 --- a/calendar/common/authentication.c +++ b/calendar/common/authentication.c @@ -27,7 +27,7 @@ #include #include -#include "e-util/e-passwords.h" +#include #include "authentication.h" static GHashTable *source_lists_hash = NULL; 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 #include #include +#include #include #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 #include #include -#include "e-util/e-passwords.h" +#include #include "e-util/e-icon-factory.h" #include "alarm.h" #include "alarm-queue.h" diff --git a/calendar/gui/dialogs/url-editor-dialog.c b/calendar/gui/dialogs/url-editor-dialog.c index b6402fd414..1032c264ba 100644 --- a/calendar/gui/dialogs/url-editor-dialog.c +++ b/calendar/gui/dialogs/url-editor-dialog.c @@ -34,12 +34,12 @@ #include "cal-prefs-dialog.h" #include "url-editor-dialog.h" -#include "e-util/e-passwords.h" #include #include #include #include #include +#include #include #include #include diff --git a/calendar/gui/e-pub-utils.c b/calendar/gui/e-pub-utils.c index 235ce8d159..90338dd1a6 100644 --- a/calendar/gui/e-pub-utils.c +++ b/calendar/gui/e-pub-utils.c @@ -26,9 +26,9 @@ #include #include #include +#include #include #include -#include "e-util/e-passwords.h" #include "calendar-config.h" #include "common/authentication.h" #include "itip-utils.h" diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c index 5b5091206b..63067aee7c 100644 --- a/calendar/gui/itip-utils.c +++ b/calendar/gui/itip-utils.c @@ -39,7 +39,6 @@ #include #include #include -#include "e-util/e-passwords.h" #include "calendar-config.h" #include "itip-utils.h" #include "dialogs/cal-attachment.h" -- cgit v1.2.3