summaryrefslogtreecommitdiff
path: root/gtk/gtkwidgetpath.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-03-03 18:48:56 +0100
committerBenjamin Otte <otte@redhat.com>2012-03-03 19:45:03 +0100
commit9e28aa92239a781662df65f5dc62e552bc826f3e (patch)
tree39c255be56b7121bc0796c31ee37011568aa0178 /gtk/gtkwidgetpath.h
parent29324c513110b4f18890112bcd758ad4bbf6961f (diff)
downloadgtk+-9e28aa92239a781662df65f5dc62e552bc826f3e.tar.gz
types: Move widget types into gtktypes.h
Diffstat (limited to 'gtk/gtkwidgetpath.h')
-rw-r--r--gtk/gtkwidgetpath.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/gtk/gtkwidgetpath.h b/gtk/gtkwidgetpath.h
index a8127e47fe..4c2c674ce7 100644
--- a/gtk/gtkwidgetpath.h
+++ b/gtk/gtkwidgetpath.h
@@ -25,15 +25,10 @@
#include <glib-object.h>
#include <gdk/gdk.h>
#include <gtk/gtkenums.h>
+#include <gtk/gtktypes.h>
G_BEGIN_DECLS
-typedef struct _GtkWidgetPath GtkWidgetPath;
-
-/* We make this forward declaration here, since gtkwidget.h includes us.
- */
-typedef struct _GtkWidget GtkWidget;
-
#define GTK_TYPE_WIDGET_PATH (gtk_widget_path_get_type ())
GType gtk_widget_path_get_type (void) G_GNUC_CONST;