diff options
author | Benjamin Otte <otte@redhat.com> | 2012-03-03 19:22:22 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-03-03 19:45:03 +0100 |
commit | 7844e8089c53ce3b4e209420f93a07b5ef3f7293 (patch) | |
tree | 454d17a604a575360fec101186295728caf0328c /gtk/gtkstylecontext.h | |
parent | 9e28aa92239a781662df65f5dc62e552bc826f3e (diff) | |
download | gtk+-7844e8089c53ce3b4e209420f93a07b5ef3f7293.tar.gz |
types: Clean up gtkwidget.h includes
In particular gtksettings.h and gtkstylecontext.h needed to be included
in lots of places now.
Also, I order the includes alphabetically in a bunch of headers.
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index dc528ef8dc..65725374fa 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -22,11 +22,10 @@ #ifndef __GTK_STYLE_CONTEXT_H__ #define __GTK_STYLE_CONTEXT_H__ -#include <glib-object.h> +#include <gtk/gtkborder.h> #include <gtk/gtkcsssection.h> #include <gtk/gtkstyleprovider.h> -#include <gtk/gtkwidgetpath.h> -#include <gtk/gtkborder.h> +#include <gtk/gtktypes.h> #include <atk/atk.h> G_BEGIN_DECLS @@ -38,7 +37,6 @@ G_BEGIN_DECLS #define GTK_IS_STYLE_CONTEXT_CLASS(c) (G_TYPE_CHECK_CLASS_TYPE ((c), GTK_TYPE_STYLE_CONTEXT)) #define GTK_STYLE_CONTEXT_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GTK_TYPE_STYLE_CONTEXT, GtkStyleContextClass)) -typedef struct _GtkStyleContext GtkStyleContext; typedef struct _GtkStyleContextClass GtkStyleContextClass; typedef struct _GtkStyleContextPrivate GtkStyleContextPrivate; |