From 585ed6226b62b7fe152557c81d8f8332de97be69 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 30 Oct 2008 16:52:23 +0000 Subject: Only include the toplevel GTK+ header. 2008-10-30 Matthew Barnes * addressbook/gui/contact-editor/test-editor.c: * addressbook/gui/widgets/e-minicard-label.c: * addressbook/gui/widgets/e-minicard-view-widget.c: * addressbook/gui/widgets/test-reflow.c: * calendar/gui/control-factory.c: * calendar/gui/e-calendar-table.c: * calendar/gui/e-week-view-event-item.c: * calendar/gui/weekday-picker.c: * e-util/e-icon-factory.c: * shell/importer/evolution-importer-client.h: * shell/importer/intelligent.c: * shell/test/evolution-test-component.c: * widgets/menus/gal-view-menus.c: * widgets/misc/e-activity-handler.c: * widgets/table/e-table-config-field.h: Only include the toplevel GTK+ header. svn path=/trunk/; revision=36699 --- shell/ChangeLog | 7 +++++++ shell/importer/evolution-importer-client.h | 2 +- shell/importer/intelligent.c | 20 +------------------- shell/test/evolution-test-component.c | 2 +- 4 files changed, 10 insertions(+), 21 deletions(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 4ea93c997e..4ba417f5d8 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2008-10-30 Matthew Barnes + + * importer/evolution-importer-client.h: + * importer/intelligent.c: + * test/evolution-test-component.c: + Only include the toplevel GTK+ header. + 2008-10-17 Kandepu Prasad ** Fix for bug #311479 diff --git a/shell/importer/evolution-importer-client.h b/shell/importer/evolution-importer-client.h index 043a639c5d..35cde858d6 100644 --- a/shell/importer/evolution-importer-client.h +++ b/shell/importer/evolution-importer-client.h @@ -24,7 +24,7 @@ #define EVOLUTION_IMPORTER_CLIENT_H #include -#include +#include #include #include diff --git a/shell/importer/intelligent.c b/shell/importer/intelligent.c index a9a8fed024..c7cb6b3b0c 100644 --- a/shell/importer/intelligent.c +++ b/shell/importer/intelligent.c @@ -26,25 +26,7 @@ #include "intelligent.h" -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include #include /*#include */ diff --git a/shell/test/evolution-test-component.c b/shell/test/evolution-test-component.c index 0226ed74db..16aed882d0 100644 --- a/shell/test/evolution-test-component.c +++ b/shell/test/evolution-test-component.c @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include "e-task-bar.h" #include "evolution-test-component.h" -- cgit v1.2.3