[mutter] wayland: Fix include ordering



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]