[mutter] wayland: Fix include ordering
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] wayland: Fix include ordering
- Date: Thu, 10 Jul 2014 17:38:57 +0000 (UTC)
commit d0f98ec1ba40b111b4911d8fd5914c763aa411b2
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Jul 10 10:35:35 2014 -0400
wayland: Fix include ordering
This puts it in the same order as the types in the struct.
src/wayland/meta-wayland-seat.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wayland/meta-wayland-seat.h b/src/wayland/meta-wayland-seat.h
index dd8caeb..95f96ec 100644
--- a/src/wayland/meta-wayland-seat.h
+++ b/src/wayland/meta-wayland-seat.h
@@ -26,8 +26,8 @@
#include <clutter/clutter.h>
#include "meta-wayland-types.h"
-#include "meta-wayland-keyboard.h"
#include "meta-wayland-pointer.h"
+#include "meta-wayland-keyboard.h"
#include "meta-wayland-touch.h"
struct _MetaWaylandSeat
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]