diff options
author | Benjamin Otte <otte@redhat.com> | 2012-03-03 19:41:55 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-03-03 19:45:03 +0100 |
commit | 2353d60b8a7a4f2ba619a4226fb7df04f126334a (patch) | |
tree | 6fd226177e1a80f555e814bb8c100208e38593ef /gtk/gtkfontchooserwidget.c | |
parent | 7844e8089c53ce3b4e209420f93a07b5ef3f7293 (diff) | |
download | gtk+-2353d60b8a7a4f2ba619a4226fb7df04f126334a.tar.gz |
types: Move GtkAdustment declaration to gtktypes.h
... and make all the headers to not include gtkadjustment.h anymore. Of
course, also include it in the source files instead.
Diffstat (limited to 'gtk/gtkfontchooserwidget.c')
-rw-r--r-- | gtk/gtkfontchooserwidget.c | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/gtk/gtkfontchooserwidget.c b/gtk/gtkfontchooserwidget.c index 5197d6fb1d..8aa9fbf7c2 100644 --- a/gtk/gtkfontchooserwidget.c +++ b/gtk/gtkfontchooserwidget.c @@ -24,29 +24,27 @@ #include <atk/atk.h> #include "gtkfontchooserwidget.h" -#include "gtkfontchooser.h" -#include "gtkfontchooserutils.h" + +#include "gtkadjustment.h" +#include "gtkbuildable.h" +#include "gtkbox.h" #include "gtkcellrenderertext.h" #include "gtkentry.h" -#include "gtkframe.h" -#include "gtkbbox.h" -#include "gtkbox.h" +#include "gtkgrid.h" +#include "gtkfontchooser.h" +#include "gtkfontchooserutils.h" +#include "gtkintl.h" #include "gtklabel.h" #include "gtkliststore.h" -#include "gtkstock.h" -#include "gtktextview.h" -#include "gtktreeselection.h" -#include "gtktreeview.h" -#include "gtkscrolledwindow.h" -#include "gtkintl.h" -#include "gtkaccessible.h" -#include "gtkbuildable.h" +#include "gtknotebook.h" #include "gtkprivate.h" #include "gtkscale.h" +#include "gtkscrolledwindow.h" #include "gtkspinbutton.h" -#include "gtknotebook.h" +#include "gtktextview.h" +#include "gtktreeselection.h" +#include "gtktreeview.h" #include "gtkwidget.h" -#include "gtkgrid.h" /** * SECTION:gtkfontchooserwidget |