summaryrefslogtreecommitdiff
path: root/gtk/gtkscale.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkscale.c')
-rw-r--r--gtk/gtkscale.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c
index d71510510a..1a182cf4bf 100644
--- a/gtk/gtkscale.c
+++ b/gtk/gtkscale.c
@@ -25,29 +25,30 @@
#include "config.h"
-#include <math.h>
-#include <stdlib.h>
-
-#include "gtkrangeprivate.h"
+#include "gtkscale.h"
#include "gtkadjustment.h"
#include "gtkbindings.h"
#include "gtkbuildable.h"
#include "gtkbuilderprivate.h"
+#include "gtkgizmoprivate.h"
#include "gtkicontheme.h"
#include "gtkintl.h"
+#include "gtklabel.h"
#include "gtkmarshalers.h"
#include "gtkorientable.h"
#include "gtkprivate.h"
-#include "gtktypebuiltins.h"
+#include "gtkrangeprivate.h"
#include "gtkstylecontextprivate.h"
#include "gtkstylepropertyprivate.h"
+#include "gtktypebuiltins.h"
#include "gtkwidgetprivate.h"
-#include "gtkcsswidgetnodeprivate.h"
-#include "gtkgizmoprivate.h"
#include "a11y/gtkscaleaccessible.h"
+#include <math.h>
+#include <stdlib.h>
+
/**
* SECTION:gtkscale