From dd12196bdb2ab73f98a55ae9908a5b7dfc526c5e Mon Sep 17 00:00:00 2001 From: Sushma Rai Date: Mon, 19 Dec 2005 12:42:20 +0000 Subject: Corrected include path which was breaking the build. svn path=/trunk/; revision=30877 --- plugins/exchange-operations/ChangeLog | 9 +++++++++ plugins/exchange-operations/exchange-change-password.c | 4 ++-- plugins/exchange-operations/exchange-change-password.h | 2 +- plugins/exchange-operations/exchange-folder-permission.c | 2 +- plugins/exchange-operations/exchange-folder-subscription.c | 6 +++--- 5 files changed, 16 insertions(+), 7 deletions(-) diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index bc37e7145f..7dd5d7ae18 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,12 @@ +2005-12-19 Sushma Rai + + * exchange-folder-permission.c: Corrected include path of header files + which was breaking the build. + + * exchange-change-password.[ch]: Similar. + + * exchange-folder-subscription.c: Similar. + 2005-12-12 Sushma Rai * exchange-account-setup.c (print_error): Passing the support URL to diff --git a/plugins/exchange-operations/exchange-change-password.c b/plugins/exchange-operations/exchange-change-password.c index 283ad46236..546101029e 100644 --- a/plugins/exchange-operations/exchange-change-password.c +++ b/plugins/exchange-operations/exchange-change-password.c @@ -25,8 +25,8 @@ #include "exchange-change-password.h" -#include -#include +#include +#include #include #include diff --git a/plugins/exchange-operations/exchange-change-password.h b/plugins/exchange-operations/exchange-change-password.h index 155fff897b..41b85d056c 100644 --- a/plugins/exchange-operations/exchange-change-password.h +++ b/plugins/exchange-operations/exchange-change-password.h @@ -4,7 +4,7 @@ #ifndef __EXCHANGE_CHANGE_PASSWORD_H__ #define __EXCHANGE_CHANGE_PASSWORD_H__ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/plugins/exchange-operations/exchange-folder-permission.c b/plugins/exchange-operations/exchange-folder-permission.c index 85703661d4..e748773476 100644 --- a/plugins/exchange-operations/exchange-folder-permission.c +++ b/plugins/exchange-operations/exchange-folder-permission.c @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/plugins/exchange-operations/exchange-folder-subscription.c b/plugins/exchange-operations/exchange-folder-subscription.c index 2dbeb64d87..ad7c8aae01 100644 --- a/plugins/exchange-operations/exchange-folder-subscription.c +++ b/plugins/exchange-operations/exchange-folder-subscription.c @@ -26,12 +26,12 @@ #include #include #include -#include +#include #include #include #include "exchange-hierarchy-foreign.h" -#include -#include +#include +#include #include #include #include -- cgit v1.2.3