summaryrefslogtreecommitdiff
path: root/gtk/gtkplug.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-11-02 01:15:21 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-11-02 01:15:21 -0400
commitfeece3c0bb2c17599f085263d0f483cc7f172724 (patch)
tree8d1c0e299d455d9d268991d27104bc2bbd18aa76 /gtk/gtkplug.h
parent068e1f03901ae0b5aa6819d64a122fd2fa5be643 (diff)
downloadgtk+-feece3c0bb2c17599f085263d0f483cc7f172724.tar.gz
Move gtkstyle and gtkrc to deprecated/
This required a somewhat more substantial include reshuffling. Some typedefs have been moved to gtkiconfactory.h and to gtksettings.h.
Diffstat (limited to 'gtk/gtkplug.h')
-rw-r--r--gtk/gtkplug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkplug.h b/gtk/gtkplug.h
index 77ea08ba06..8ccfbda43c 100644
--- a/gtk/gtkplug.h
+++ b/gtk/gtkplug.h
@@ -30,13 +30,14 @@
#ifndef __GTK_PLUG_H__
#define __GTK_PLUG_H__
-#include <gtk/gtk.h>
+#include <gdk/gdk.h>
#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
#include <gtk/gtksocket.h>
+#include <gtk/gtkwindow.h>
G_BEGIN_DECLS