summaryrefslogtreecommitdiff
path: root/gtk/gtkscrolledwindow.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-03-03 19:41:55 +0100
committerBenjamin Otte <otte@redhat.com>2012-03-03 19:45:03 +0100
commit2353d60b8a7a4f2ba619a4226fb7df04f126334a (patch)
tree6fd226177e1a80f555e814bb8c100208e38593ef /gtk/gtkscrolledwindow.c
parent7844e8089c53ce3b4e209420f93a07b5ef3f7293 (diff)
downloadgtk+-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/gtkscrolledwindow.c')
-rw-r--r--gtk/gtkscrolledwindow.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c
index 05bad81533..dd4b71f9ca 100644
--- a/gtk/gtkscrolledwindow.c
+++ b/gtk/gtkscrolledwindow.c
@@ -24,24 +24,25 @@
#include "config.h"
-#include <math.h>
+#include "gtkscrolledwindow.h"
+#include "gtkadjustment.h"
#include "gtkbindings.h"
-#include "gtkmarshalers.h"
-#include "gtkscrollable.h"
-#include "gtkscrollbar.h"
-#include "gtkscrolledwindow.h"
-#include "gtkwindow.h"
-#include "gtkviewport.h"
#include "gtkdnd.h"
+#include "gtkintl.h"
#include "gtkmain.h"
+#include "gtkmarshalers.h"
#include "gtkprivate.h"
+#include "gtkscrollable.h"
+#include "gtkscrollbar.h"
#include "gtktypebuiltins.h"
-#include "gtkintl.h"
#include "gtkviewport.h"
#include "gtkwidgetprivate.h"
+#include "gtkwindow.h"
#include "a11y/gtkscrolledwindowaccessible.h"
+#include <math.h>
+
/**
* SECTION:gtkscrolledwindow
* @Short_description: Adds scrollbars to its child widget