diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-11-02 08:28:34 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-11-02 08:28:34 -0400 |
commit | 20008c33cb9c82571aa8f6ffdf0fd86b4cb3bc5f (patch) | |
tree | f6428adfea0f8e6bc2a466802d54c4f64c222256 /gtk/gtksocket.h | |
parent | 2ead4c6038ae3eac4681ab54858eca1fd06b6c4b (diff) | |
download | gtk+-20008c33cb9c82571aa8f6ffdf0fd86b4cb3bc5f.tar.gz |
Revert a change to the plug/socket headers
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.
Diffstat (limited to 'gtk/gtksocket.h')
-rw-r--r-- | gtk/gtksocket.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtksocket.h b/gtk/gtksocket.h index a8d6ebcdf4..2415b142d9 100644 --- a/gtk/gtksocket.h +++ b/gtk/gtksocket.h @@ -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 |