summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-pointer-gestures.c
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2018-07-10 10:36:24 +0200
committerJonas Ådahl <jadahl@gmail.com>2018-11-06 17:17:36 +0100
commit2f4a68c8c3690663c7f0dbdd7aaa55ee9963a231 (patch)
treeb2dbb261e756f8b7a3c5e0ba2241546fe05901c0 /src/wayland/meta-wayland-pointer-gestures.c
parent92f4ffc0dd66faa77a96e130562b77c716e26f3b (diff)
downloadmutter-2f4a68c8c3690663c7f0dbdd7aaa55ee9963a231.tar.gz
Clean up include macros mess
The order and way include macros were structured was chaotic, with no real common thread between files. Try to tidy up the mess with some common scheme, to make things look less messy.
Diffstat (limited to 'src/wayland/meta-wayland-pointer-gestures.c')
-rw-r--r--src/wayland/meta-wayland-pointer-gestures.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/wayland/meta-wayland-pointer-gestures.c b/src/wayland/meta-wayland-pointer-gestures.c
index 494fca223..7222a8a8c 100644
--- a/src/wayland/meta-wayland-pointer-gestures.c
+++ b/src/wayland/meta-wayland-pointer-gestures.c
@@ -23,11 +23,14 @@
#include "config.h"
+#include "wayland/meta-wayland-pointer-gestures.h"
+
#include <glib.h>
-#include "meta-wayland-pointer-gestures.h"
+
+#include "wayland/meta-wayland-versions.h"
+#include "wayland/meta-wayland-private.h"
+
#include "pointer-gestures-unstable-v1-server-protocol.h"
-#include "meta-wayland-versions.h"
-#include "meta-wayland-private.h"
static void
gestures_get_swipe (struct wl_client *client,