diff options
-rw-r--r-- | plugins/groupwise-account-setup/ChangeLog | 3 | ||||
-rw-r--r-- | plugins/groupwise-account-setup/camel-gw-listener.c | 4 | ||||
-rw-r--r-- | plugins/groupwise-account-setup/camel-gw-listener.h | 2 |
3 files changed, 6 insertions, 3 deletions
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 <snallagatla@novell.com> + + * 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 <string.h> -#include "camel-i18n.h" +#include <camel/camel-i18n.h> #include <e-gw-connection.h> -#include <e-passwords.h> +#include <e-util/e-passwords.h> #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 <libedataserver/e-account-list.h> #include<libedataserver/e-source.h> #include<libedataserver/e-source-list.h> -#include "camel-url.h" +#include <camel/camel-url.h> G_BEGIN_DECLS |