aboutsummaryrefslogtreecommitdiffstats
path: root/shell/importer
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-10-31 00:52:23 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-10-31 00:52:23 +0800
commit585ed6226b62b7fe152557c81d8f8332de97be69 (patch)
tree2e6f6c2c53651da21df1e0d622f712fc301b75c0 /shell/importer
parentf33c79210036cdd4151561572c4c524a47d2aad4 (diff)
downloadgsoc2013-evolution-585ed6226b62b7fe152557c81d8f8332de97be69.tar
gsoc2013-evolution-585ed6226b62b7fe152557c81d8f8332de97be69.tar.gz
gsoc2013-evolution-585ed6226b62b7fe152557c81d8f8332de97be69.tar.bz2
gsoc2013-evolution-585ed6226b62b7fe152557c81d8f8332de97be69.tar.lz
gsoc2013-evolution-585ed6226b62b7fe152557c81d8f8332de97be69.tar.xz
gsoc2013-evolution-585ed6226b62b7fe152557c81d8f8332de97be69.tar.zst
gsoc2013-evolution-585ed6226b62b7fe152557c81d8f8332de97be69.zip
Only include the toplevel GTK+ header.
2008-10-30 Matthew Barnes <mbarnes@redhat.com> * 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
Diffstat (limited to 'shell/importer')
-rw-r--r--shell/importer/evolution-importer-client.h2
-rw-r--r--shell/importer/intelligent.c20
2 files changed, 2 insertions, 20 deletions
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 <glib.h>
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
#include <importer/evolution-importer.h>
#include <importer/evolution-importer-listener.h>
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 <glib.h>
-
-#include <gtk/gtkdrawingarea.h>
-#include <gtk/gtkbox.h>
-#include <gtk/gtkhbox.h>
-#include <gtk/gtkvbox.h>
-#include <gtk/gtkcheckbutton.h>
-#include <gtk/gtklabel.h>
-#include <gtk/gtkmain.h>
-#include <gtk/gtkobject.h>
-#include <gtk/gtktogglebutton.h>
-#include <gtk/gtkwidget.h>
-#include <gtk/gtkwindow.h>
-#include <gtk/gtkframe.h>
-#include <gtk/gtkclist.h>
-#include <gtk/gtknotebook.h>
-#include <gtk/gtkscrolledwindow.h>
-#include <gtk/gtkdialog.h>
-#include <gtk/gtkstock.h>
+#include <gtk/gtk.h>
#include <libgnome/gnome-config.h>
/*#include <libgnome/gnome-util.h>*/