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"