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/gtkrange.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/gtkrange.c')
-rw-r--r-- | gtk/gtkrange.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c index a81b26080f..d9acee88ec 100644 --- a/gtk/gtkrange.c +++ b/gtk/gtkrange.c @@ -28,18 +28,19 @@ #include <stdio.h> #include <math.h> +#include "gtkrange.h" + +#include "gtkadjustment.h" +#include "gtkcolorscaleprivate.h" +#include "gtkintl.h" #include "gtkmain.h" #include "gtkmarshalers.h" #include "gtkorientableprivate.h" -#include "gtkrange.h" +#include "gtkprivate.h" #include "gtkscale.h" -#include "gtkcolorscaleprivate.h" #include "gtkscrollbar.h" -#include "gtkwindow.h" -#include "gtkprivate.h" -#include "gtkintl.h" -#include "gtkmain.h" #include "gtktypebuiltins.h" +#include "gtkwindow.h" #include "a11y/gtkrangeaccessible.h" /** |