From e07bd15fc2bd6a3e6817e70f3525c10dead9c6bc Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 1 Apr 2014 20:35:26 -0400 Subject: [PATCH] xwayland: Make file cosmetically modern Put a modeline, include "config.h", and shift around the include ordering --- src/wayland/meta-xwayland.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/wayland/meta-xwayland.c b/src/wayland/meta-xwayland.c index 9ef639867..4fcadcf00 100644 --- a/src/wayland/meta-xwayland.c +++ b/src/wayland/meta-xwayland.c @@ -1,3 +1,5 @@ +/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ + /* * X Wayland Support * @@ -19,8 +21,11 @@ * 02111-1307, USA. */ -#include +#include "config.h" +#include "meta-xwayland-private.h" + +#include #include #include #include @@ -29,7 +34,6 @@ #include #include -#include "meta-xwayland-private.h" #include "meta-window-actor-private.h" #include "xserver-server-protocol.h"