summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30/files/patch-gtk_gtksignal.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtk30/files/patch-gtk_gtksignal.h')
-rw-r--r--x11-toolkits/gtk30/files/patch-gtk_gtksignal.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-toolkits/gtk30/files/patch-gtk_gtksignal.h b/x11-toolkits/gtk30/files/patch-gtk_gtksignal.h
deleted file mode 100644
index c687dec4009b..000000000000
--- a/x11-toolkits/gtk30/files/patch-gtk_gtksignal.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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