summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r--gtk/gtklabel.c17
1 files changed, 10 insertions, 7 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index 2d39824f0a..33e978676a 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -24,17 +24,19 @@
#include "config.h"
-#include <math.h>
-#include <string.h>
-
-#include "gtklabel.h"
#include "gtklabelprivate.h"
+
#include "gtkbindings.h"
#include "gtkbuildable.h"
#include "gtkbuilderprivate.h"
+#include "gtkcssnodeprivate.h"
#include "gtkcssshadowsvalueprivate.h"
#include "gtkcssstylepropertyprivate.h"
#include "gtkdnd.h"
+#include "gtkeventcontrollermotion.h"
+#include "gtkgesturedrag.h"
+#include "gtkgesturemultipress.h"
+#include "gtkgesturesingle.h"
#include "gtkimage.h"
#include "gtkintl.h"
#include "gtkmain.h"
@@ -46,18 +48,19 @@
#include "gtkprivate.h"
#include "gtkseparatormenuitem.h"
#include "gtkshow.h"
+#include "gtksnapshot.h"
#include "gtkstylecontextprivate.h"
#include "gtktextutil.h"
#include "gtktooltip.h"
#include "gtktypebuiltins.h"
#include "gtkwidgetprivate.h"
#include "gtkwindow.h"
-#include "gtkcssnodeprivate.h"
-#include "gtkwidgetprivate.h"
-#include "gtkeventcontrollermotion.h"
#include "a11y/gtklabelaccessibleprivate.h"
+#include <math.h>
+#include <string.h>
+
/* this is in case rint() is not provided by the compiler,
* such as in the case of C89 compilers, like MSVC
*/