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:
parent
2ead4c6038
commit
20008c33cb
@ -37,7 +37,6 @@
|
|||||||
#include <gdk/gdkx.h>
|
#include <gdk/gdkx.h>
|
||||||
|
|
||||||
#include <gtk/gtksocket.h>
|
#include <gtk/gtksocket.h>
|
||||||
#include <gtk/gtkwindow.h>
|
|
||||||
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -30,8 +30,7 @@
|
|||||||
#ifndef __GTK_SOCKET_H__
|
#ifndef __GTK_SOCKET_H__
|
||||||
#define __GTK_SOCKET_H__
|
#define __GTK_SOCKET_H__
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <gtk/gtkwindow.h>
|
|
||||||
|
|
||||||
#ifdef GDK_WINDOWING_X11
|
#ifdef GDK_WINDOWING_X11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user