summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h
blob: c687dec4009b024dbe47fcfc638bf82ef21356fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- gtk/gtksignal.h.orig    2008-06-12 01:40:59.000000000 -0400
+++ gtk/gtksignal.h 2008-06-11 18:21:47.000000000 -0400
@@ -29,7 +29,9 @@
 #ifndef __GTK_SIGNAL_H__
 #define __GTK_SIGNAL_H__
 
-#include <gtk/gtk.h>
+#include <gtk/gtkenums.h>
+#include <gtk/gtktypeutils.h>
+#include <gtk/gtkobject.h>
 #include <gtk/gtkmarshal.h>
 
 G_BEGIN_DECLS