aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-11-20 01:58:50 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-11-20 01:58:50 +0000
commit947e9835bc346d1ef05e0d46df90bbebed090775 (patch)
tree6ba280a945bc49026b0c91053b64bb9c570edf7d /src/gtkutils.c
parentcef669f4987bd703c4be333dfc9b4cd87a562bb9 (diff)
include gtk/gtk.h as a workaround for GTK+ >= 2.13.3.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2074 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/gtkutils.c')
-rw-r--r--src/gtkutils.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/gtkutils.c b/src/gtkutils.c
index 367a5919..29ce1b7b 100644
--- a/src/gtkutils.c
+++ b/src/gtkutils.c
@@ -25,20 +25,7 @@
#include <glib/gi18n.h>
#include <gdk/gdkkeysyms.h>
#include <gdk/gdk.h>
-#include <gtk/gtkwidget.h>
-#include <gtk/gtkbox.h>
-#include <gtk/gtkhbbox.h>
-#include <gtk/gtkbutton.h>
-#include <gtk/gtkarrow.h>
-#include <gtk/gtkctree.h>
-#include <gtk/gtkcombo.h>
-#include <gtk/gtkbindings.h>
-#include <gtk/gtkitemfactory.h>
-#include <gtk/gtktreemodel.h>
-#include <gtk/gtktreesortable.h>
-#include <gtk/gtktreeview.h>
-#include <gtk/gtktreestore.h>
-#include <gtk/gtkversion.h>
+#include <gtk/gtk.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>