diff options
Diffstat (limited to 'plugins/exchange-operations')
16 files changed, 7 insertions, 55 deletions
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 <string.h> #include <unistd.h> #include <sys/stat.h> +#include <gtk/gtk.h> #include <glib/gi18n.h> #include <glade/glade.h> -#include <gtk/gtk.h> -#include <gtk/gtkdialog.h> #include <gconf/gconf-client.h> #include <camel/camel-provider.h> #include <camel/camel-url.h> 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 <e2k-utils.h> #include <glade/glade-xml.h> -#include <gtk/gtkdialog.h> -#include <gtk/gtkentry.h> -#include <gtk/gtklabel.h> +#include <gtk/gtk.h> #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 <e-util/e-dialog-utils.h> #include <e-util/e-dialog-widgets.h> #include <glade/glade.h> -#include <gtk/gtkbox.h> -#include <gtk/gtkdialog.h> -#include <gtk/gtklabel.h> -#include <gtk/gtkmenuitem.h> -#include <gtk/gtkmenushell.h> -#include <gtk/gtkstock.h> -#include <gtk/gtktogglebutton.h> - -#include <gtk/gtkoptionmenu.h> - -#include <glib.h> #include <string.h> 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 <exchange-types.h> #include <e2k-security-descriptor.h> -#include <gtk/gtkwidget.h> +#include <gtk/gtk.h> #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 <e-util/e-dialog-utils.h> #include <e-util/e-error.h> #include <glade/glade-xml.h> -#include <gtk/gtkbox.h> -#include <gtk/gtkcellrenderertext.h> -#include <gtk/gtkliststore.h> -#include <gtk/gtkmessagedialog.h> -#include <gtk/gtktreeselection.h> -#include <gtk/gtktreeview.h> 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 <exchange-types.h> -#include <gtk/gtkwidget.h> +#include <gtk/gtk.h> #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 <glib/gi18n.h> #include <glade/glade.h> #include <gtk/gtk.h> -#include <gtk/gtkdialog.h> #include <gconf/gconf-client.h> #include <exchange-account.h> #include <e-util/e-dialog-utils.h> 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 <glib/gi18n.h> #include <e-util/e-dialog-utils.h> #include <glade/glade-xml.h> -#include <gtk/gtkbox.h> -#include <gtk/gtkcellrenderertext.h> -#include <gtk/gtkmessagedialog.h> -#include <gtk/gtktreeselection.h> -#include <gtk/gtktreeview.h> #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 <gtk/gtkwidget.h> -#include <gtk/gtkliststore.h> +#include <gtk/gtk.h> #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 <glib/gi18n.h> #include <gtk/gtk.h> -#include <gtk/gtkdialog.h> #include <gconf/gconf-client.h> #include <e-folder-exchange.h> #include <exchange-hierarchy.h> 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 <e-util/e-dialog-utils.h> #include <e-util/e-error.h> #include <glade/glade-xml.h> -#include <gtk/gtkbox.h> -#include <gtk/gtkcellrenderertext.h> -#include <gtk/gtkliststore.h> -#include <gtk/gtkmenuitem.h> -#include <gtk/gtkmenushell.h> -#include <gtk/gtkstock.h> -#include <gtk/gtktogglebutton.h> -#include <gtk/gtktreeselection.h> -#include <gtk/gtktreeview.h> -#include <gtk/gtk.h> 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 <gtk/gtkdialog.h> +#include <gtk/gtk.h> #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 <string.h> -#include <glib.h> #include <libedataserverui/e-name-selector.h> #include <libedataserverui/e-contact-store.h> #include "exchange-operations.h" #include <e-util/e-error.h> -#include <gtk/gtksignal.h> -#include <gtk/gtktogglebutton.h> -#include <gtk/gtk.h> #include <libgnome/libgnome.h> #include <libgnome/gnome-i18n.h> #include <glade/glade.h> 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 <gtk/gtkwidget.h> #include <gtk/gtk.h> 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 <bonobo/bonobo-exception.h> #include <bonobo/bonobo-widget.h> #include <e-util/e-dialog-utils.h> -#include <gtk/gtkbutton.h> -#include <gtk/gtkhbox.h> -#include <gtk/gtklabel.h> -#include <gtk/gtkstock.h> -#include <gtk/gtkvbox.h> #include <libedataserverui/e-name-selector.h> #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 <gtk/gtkdialog.h> +#include <gtk/gtk.h> #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)) |