]> Pileus Git - ~andy/gtk/commitdiff
Revert a change to the plug/socket headers
authorMatthias Clasen <mclasen@redhat.com>
Wed, 2 Nov 2011 12:28:34 +0000 (08:28 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 2 Nov 2011 12:28:34 +0000 (08:28 -0400)
I was trying to avoid including gtk.h here, but this breaks
some of our tests, and there's a good chance that 3rd party
code also relies on this include.

gtk/gtkplug.h
gtk/gtksocket.h

index 8ccfbda43c8d88add508b371d278aee8c2ef5cfe..7c44bdc404f0783f6b3e548406d066e6b94fbc77 100644 (file)
@@ -37,7 +37,6 @@
 #include <gdk/gdkx.h>
 
 #include <gtk/gtksocket.h>
-#include <gtk/gtkwindow.h>
 
 
 G_BEGIN_DECLS
index a8d6ebcdf4ef5276654b51ea04941819d50a513e..2415b142d92f16d45846465b19df8d1a1f48e6f4 100644 (file)
@@ -30,8 +30,7 @@
 #ifndef __GTK_SOCKET_H__
 #define __GTK_SOCKET_H__
 
-#include <gdk/gdk.h>
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 
 #ifdef GDK_WINDOWING_X11