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.
This commit is contained in:
Matthias Clasen 2011-11-02 08:28:34 -04:00
parent 2ead4c6038
commit 20008c33cb
2 changed files with 1 additions and 3 deletions

View File

@ -37,7 +37,6 @@
#include <gdk/gdkx.h>
#include <gtk/gtksocket.h>
#include <gtk/gtkwindow.h>
G_BEGIN_DECLS

View 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