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/gtkpathbar.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/gtkpathbar.c')
-rw-r--r-- | gtk/gtkpathbar.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk/gtkpathbar.c b/gtk/gtkpathbar.c index d8b9f9e526..101f884f78 100644 --- a/gtk/gtkpathbar.c +++ b/gtk/gtkpathbar.c @@ -22,17 +22,18 @@ #include <string.h> -#include "gtktogglebutton.h" #include "gtkarrow.h" +#include "gtkbox.h" #include "gtkdnd.h" +#include "gtkiconfactory.h" +#include "gtkicontheme.h" #include "gtkimage.h" #include "gtkintl.h" -#include "gtkicontheme.h" -#include "gtkiconfactory.h" #include "gtklabel.h" -#include "gtkbox.h" #include "gtkmain.h" #include "gtkmarshalers.h" +#include "gtksettings.h" +#include "gtktogglebutton.h" enum { |