From 52876d25d95077d21a549f91a3a1632393c2a5a3 Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Fri, 3 Dec 2004 18:57:55 +0000 Subject: fixed some includes to get it build as plugin svn path=/trunk/; revision=28059 --- plugins/groupwise-account-setup/ChangeLog | 3 +++ plugins/groupwise-account-setup/camel-gw-listener.c | 4 ++-- plugins/groupwise-account-setup/camel-gw-listener.h | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 plugins/groupwise-account-setup/ChangeLog diff --git a/plugins/groupwise-account-setup/ChangeLog b/plugins/groupwise-account-setup/ChangeLog new file mode 100644 index 0000000000..0cf8679a37 --- /dev/null +++ b/plugins/groupwise-account-setup/ChangeLog @@ -0,0 +1,3 @@ +2004-12-03 Sivaiah Nallagatla + + * initial check in diff --git a/plugins/groupwise-account-setup/camel-gw-listener.c b/plugins/groupwise-account-setup/camel-gw-listener.c index 1f6eaf6267..94621bdcaf 100644 --- a/plugins/groupwise-account-setup/camel-gw-listener.c +++ b/plugins/groupwise-account-setup/camel-gw-listener.c @@ -27,9 +27,9 @@ #include "camel-gw-listener.h" #include -#include "camel-i18n.h" +#include #include -#include +#include #include "widgets/misc/e-error.h" /*stores some info about all currently existing groupwise accounts diff --git a/plugins/groupwise-account-setup/camel-gw-listener.h b/plugins/groupwise-account-setup/camel-gw-listener.h index c4079723f4..bf1df856a6 100644 --- a/plugins/groupwise-account-setup/camel-gw-listener.h +++ b/plugins/groupwise-account-setup/camel-gw-listener.h @@ -29,7 +29,7 @@ #include #include #include -#include "camel-url.h" +#include G_BEGIN_DECLS -- cgit v1.2.3