X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkwidgetpath.h;h=73bf7c0e19c5da2637ddc2df151886c7c46f0d8b;hb=cb27c4b08c278ac7e8a882b638dbf30acd1436cf;hp=a8127e47fe1488b37cdc555d05f0da619980f66b;hpb=9d0febc9a64a5bfb0fcfc3a88de4757f6c1ff090;p=~andy%2Fgtk diff --git a/gtk/gtkwidgetpath.h b/gtk/gtkwidgetpath.h index a8127e47f..73bf7c0e1 100644 --- a/gtk/gtkwidgetpath.h +++ b/gtk/gtkwidgetpath.h @@ -15,25 +15,20 @@ * License along with this library. If not, see . */ +#ifndef __GTK_WIDGET_PATH_H__ +#define __GTK_WIDGET_PATH_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GTK_WIDGET_PATH_H__ -#define __GTK_WIDGET_PATH_H__ - #include #include #include +#include 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;