diff options
author | Ross Burton <ross@openedhand.com> | 2008-04-02 21:07:45 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-04-02 21:07:45 +0800 |
commit | 20765294d7010414b64faeb247f66c40e3349569 (patch) | |
tree | 17458297a3a1603048bb8194ed0343bbb4b4582d /plugins/exchange-operations | |
parent | 4f8cb403b292889d1b73b1952cbc4ca1e5763e31 (diff) | |
download | gsoc2013-evolution-20765294d7010414b64faeb247f66c40e3349569.tar.gz gsoc2013-evolution-20765294d7010414b64faeb247f66c40e3349569.tar.zst gsoc2013-evolution-20765294d7010414b64faeb247f66c40e3349569.zip |
** Fix for bug #522764
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.
svn path=/trunk/; revision=35311
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" |