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/gtkspinner.c | |
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/gtkspinner.c')
-rw-r--r-- | gtk/gtkspinner.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/gtkspinner.c b/gtk/gtkspinner.c index ce336d8f38..532ed07b33 100644 --- a/gtk/gtkspinner.c +++ b/gtk/gtkspinner.c @@ -29,10 +29,11 @@ #include "config.h" -#include "gtkintl.h" -#include "gtkaccessible.h" -#include "gtkimage.h" #include "gtkspinner.h" + +#include "gtkimage.h" +#include "gtkintl.h" +#include "gtkstylecontext.h" #include "a11y/gtkspinneraccessible.h" |