diff options
Diffstat (limited to 'plugins/exchange-operations')
4 files changed, 8 insertions, 3 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 9adee54686..67d80aef80 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,11 @@ +2008-04-02 Ross Burton <ross@openedhand.com> + + ** Fix for bug #522764 + + * exchange-account-setup.c: + * exchange-folder-subscription.c: + * exchange-folder-permission.c: Remove unused include. + 2008-03-18 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #511952 diff --git a/plugins/exchange-operations/exchange-account-setup.c b/plugins/exchange-operations/exchange-account-setup.c index afce112de5..190c934ee8 100644 --- a/plugins/exchange-operations/exchange-account-setup.c +++ b/plugins/exchange-operations/exchange-account-setup.c @@ -37,7 +37,6 @@ #include <camel/camel-url.h> #include <camel/camel-service.h> #include <camel/camel-folder.h> -#include <libedataserver/e-xml-hash-utils.h> #include <e-util/e-dialog-utils.h> #include <e2k-validate.h> #include <exchange-oof.h> diff --git a/plugins/exchange-operations/exchange-folder-permission.c b/plugins/exchange-operations/exchange-folder-permission.c index ed2a9c0f4a..a446cbc3e3 100644 --- a/plugins/exchange-operations/exchange-folder-permission.c +++ b/plugins/exchange-operations/exchange-folder-permission.c @@ -27,7 +27,6 @@ #include <gtk/gtk.h> #include <gtk/gtkdialog.h> #include <gconf/gconf-client.h> -#include <libedataserver/e-xml-hash-utils.h> #include <exchange-account.h> #include <e-util/e-dialog-utils.h> #include <calendar/gui/e-cal-popup.h> diff --git a/plugins/exchange-operations/exchange-folder-subscription.c b/plugins/exchange-operations/exchange-folder-subscription.c index 56619603d4..eb83bfa67c 100644 --- a/plugins/exchange-operations/exchange-folder-subscription.c +++ b/plugins/exchange-operations/exchange-folder-subscription.c @@ -33,7 +33,6 @@ #include <e2k-types.h> #include <exchange-types.h> #include <e2k-propnames.h> -#include <libedataserver/e-xml-hash-utils.h> #include <libedataserverui/e-name-selector.h> #include "exchange-config-listener.h" #include "exchange-folder-subscription.h" |