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/gtkseparatormenuitem.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/gtkseparatormenuitem.c')
-rw-r--r-- | gtk/gtkseparatormenuitem.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkseparatormenuitem.c b/gtk/gtkseparatormenuitem.c index 0afdc09687..da72129706 100644 --- a/gtk/gtkseparatormenuitem.c +++ b/gtk/gtkseparatormenuitem.c @@ -23,8 +23,11 @@ */ #include "config.h" + #include "gtkseparatormenuitem.h" +#include "gtkstylecontext.h" + /** * SECTION:gtkseparatormenuitem * @Short_description: A separator used in menus |