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.
This commit is contained in:
Benjamin Otte
2012-03-03 19:22:22 +01:00
parent 9e28aa9223
commit 7844e8089c
25 changed files with 50 additions and 35 deletions

View File

@ -28,6 +28,7 @@
#include "gtkaccelgroup.h"
#include "gtkaccelmap.h"
#include "gtkintl.h"
#include "gtksettings.h"
#include <gdk/gdk.h>
#ifdef GDK_WINDOWING_X11