From 4503c052d04822edb3105e639b824ed88013a810 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 6 Jun 2008 15:12:53 +0000 Subject: ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and 2008-06-06 Matthew Barnes ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES defined. (#536637) svn path=/trunk/; revision=35606 --- plugins/exchange-operations/exchange-account-setup.c | 3 +-- plugins/exchange-operations/exchange-change-password.c | 4 +--- plugins/exchange-operations/exchange-delegates-user.c | 11 ----------- plugins/exchange-operations/exchange-delegates-user.h | 2 +- plugins/exchange-operations/exchange-delegates.c | 6 ------ plugins/exchange-operations/exchange-delegates.h | 2 +- plugins/exchange-operations/exchange-folder-permission.c | 1 - plugins/exchange-operations/exchange-folder-size-display.c | 5 ----- plugins/exchange-operations/exchange-folder-size-display.h | 3 +-- plugins/exchange-operations/exchange-folder.c | 1 - plugins/exchange-operations/exchange-permissions-dialog.c | 10 ---------- plugins/exchange-operations/exchange-permissions-dialog.h | 2 +- plugins/exchange-operations/exchange-send-options.c | 4 ---- plugins/exchange-operations/exchange-send-options.h | 1 - plugins/exchange-operations/exchange-user-dialog.c | 5 ----- plugins/exchange-operations/exchange-user-dialog.h | 2 +- 16 files changed, 7 insertions(+), 55 deletions(-) (limited to 'plugins/exchange-operations') diff --git a/plugins/exchange-operations/exchange-account-setup.c b/plugins/exchange-operations/exchange-account-setup.c index 8df2bbbd2f..db60ffcc3d 100644 --- a/plugins/exchange-operations/exchange-account-setup.c +++ b/plugins/exchange-operations/exchange-account-setup.c @@ -28,10 +28,9 @@ #include #include #include +#include #include #include -#include -#include #include #include #include diff --git a/plugins/exchange-operations/exchange-change-password.c b/plugins/exchange-operations/exchange-change-password.c index 9ccf0617e3..69ca5351cf 100644 --- a/plugins/exchange-operations/exchange-change-password.c +++ b/plugins/exchange-operations/exchange-change-password.c @@ -29,9 +29,7 @@ #include #include -#include -#include -#include +#include #define FILENAME EVOLUTION_GLADEDIR "/exchange-change-password.glade" #define ROOTNODE "pass_dialog" diff --git a/plugins/exchange-operations/exchange-delegates-user.c b/plugins/exchange-operations/exchange-delegates-user.c index ef82d388ab..a719059a5e 100644 --- a/plugins/exchange-operations/exchange-delegates-user.c +++ b/plugins/exchange-operations/exchange-delegates-user.c @@ -43,17 +43,6 @@ #include #include #include -#include -#include -#include -#include -#include -#include -#include - -#include - -#include #include diff --git a/plugins/exchange-operations/exchange-delegates-user.h b/plugins/exchange-operations/exchange-delegates-user.h index 9a705f0d9d..02ae3dce26 100644 --- a/plugins/exchange-operations/exchange-delegates-user.h +++ b/plugins/exchange-operations/exchange-delegates-user.h @@ -6,7 +6,7 @@ #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/plugins/exchange-operations/exchange-delegates.c b/plugins/exchange-operations/exchange-delegates.c index 46088b9ba8..4ec12c35a7 100644 --- a/plugins/exchange-operations/exchange-delegates.c +++ b/plugins/exchange-operations/exchange-delegates.c @@ -43,12 +43,6 @@ #include #include #include -#include -#include -#include -#include -#include -#include typedef struct { const char *uri; diff --git a/plugins/exchange-operations/exchange-delegates.h b/plugins/exchange-operations/exchange-delegates.h index 3e87e06b38..facccd8e98 100644 --- a/plugins/exchange-operations/exchange-delegates.h +++ b/plugins/exchange-operations/exchange-delegates.h @@ -5,7 +5,7 @@ #define __EXCHANGE_DELEGATES_H__ #include -#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 a770044a12..c6e3ff9b99 100644 --- a/plugins/exchange-operations/exchange-folder-permission.c +++ b/plugins/exchange-operations/exchange-folder-permission.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include diff --git a/plugins/exchange-operations/exchange-folder-size-display.c b/plugins/exchange-operations/exchange-folder-size-display.c index 594ce34c0c..1cd6924176 100644 --- a/plugins/exchange-operations/exchange-folder-size-display.c +++ b/plugins/exchange-operations/exchange-folder-size-display.c @@ -28,11 +28,6 @@ #include #include #include -#include -#include -#include -#include -#include #include "exchange-folder-size-display.h" enum { diff --git a/plugins/exchange-operations/exchange-folder-size-display.h b/plugins/exchange-operations/exchange-folder-size-display.h index 2f109277c6..46b5ffe0c5 100644 --- a/plugins/exchange-operations/exchange-folder-size-display.h +++ b/plugins/exchange-operations/exchange-folder-size-display.h @@ -4,8 +4,7 @@ #ifndef __EXCHANGE_FOLDER_SIZE_DISPLAY_H__ #define __EXCHANGE_FOLDER_SIZE_DISPLAY_H__ -#include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/plugins/exchange-operations/exchange-folder.c b/plugins/exchange-operations/exchange-folder.c index e7a877c103..5ea6e0b619 100644 --- a/plugins/exchange-operations/exchange-folder.c +++ b/plugins/exchange-operations/exchange-folder.c @@ -25,7 +25,6 @@ #include #include -#include #include #include #include diff --git a/plugins/exchange-operations/exchange-permissions-dialog.c b/plugins/exchange-operations/exchange-permissions-dialog.c index 179cc3d62a..9b4ed097e8 100644 --- a/plugins/exchange-operations/exchange-permissions-dialog.c +++ b/plugins/exchange-operations/exchange-permissions-dialog.c @@ -40,16 +40,6 @@ #include #include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include struct _ExchangePermissionsDialogPrivate { ExchangeAccount *account; diff --git a/plugins/exchange-operations/exchange-permissions-dialog.h b/plugins/exchange-operations/exchange-permissions-dialog.h index 11598a5e62..e08d80bb49 100644 --- a/plugins/exchange-operations/exchange-permissions-dialog.h +++ b/plugins/exchange-operations/exchange-permissions-dialog.h @@ -4,7 +4,7 @@ #ifndef __EXCHANGE_PERMISSIONS_DIALOG_H__ #define __EXCHANGE_PERMISSIONS_DIALOG_H__ -#include +#include #include "e-folder.h" #include "exchange-types.h" diff --git a/plugins/exchange-operations/exchange-send-options.c b/plugins/exchange-operations/exchange-send-options.c index a48fd72c77..f433a45438 100644 --- a/plugins/exchange-operations/exchange-send-options.c +++ b/plugins/exchange-operations/exchange-send-options.c @@ -23,14 +23,10 @@ #endif #include -#include #include #include #include "exchange-operations.h" #include -#include -#include -#include #include #include #include diff --git a/plugins/exchange-operations/exchange-send-options.h b/plugins/exchange-operations/exchange-send-options.h index f759d0f722..13e10e0f58 100644 --- a/plugins/exchange-operations/exchange-send-options.h +++ b/plugins/exchange-operations/exchange-send-options.h @@ -20,7 +20,6 @@ #ifndef __EXCHANGE_SENDOPTIONS_DIALOG_H__ #define __EXCHANGE_SENDOPTIONS_DIALOG_H__ -#include #include diff --git a/plugins/exchange-operations/exchange-user-dialog.c b/plugins/exchange-operations/exchange-user-dialog.c index bd5da39a70..48c9170736 100644 --- a/plugins/exchange-operations/exchange-user-dialog.c +++ b/plugins/exchange-operations/exchange-user-dialog.c @@ -28,11 +28,6 @@ #include #include #include -#include -#include -#include -#include -#include #include #include "e2k-xml-utils.h" diff --git a/plugins/exchange-operations/exchange-user-dialog.h b/plugins/exchange-operations/exchange-user-dialog.h index cd8059b00f..2c68e90378 100644 --- a/plugins/exchange-operations/exchange-user-dialog.h +++ b/plugins/exchange-operations/exchange-user-dialog.h @@ -4,7 +4,7 @@ #ifndef __E2K_USER_DIALOG_H__ #define __E2K_USER_DIALOG_H__ -#include +#include #define E2K_TYPE_USER_DIALOG (e2k_user_dialog_get_type ()) #define E2K_USER_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), E2K_TYPE_USER_DIALOG, E2kUserDialog)) -- cgit v1.2.3