diff --git a/xwayland/dnd.c b/xwayland/dnd.c index 61edb119..41727b8c 100644 --- a/xwayland/dnd.c +++ b/xwayland/dnd.c @@ -37,10 +37,10 @@ #include #include +#include "compositor.h" #include "xwayland.h" #include "cairo-util.h" -#include "compositor.h" #include "hash.h" static void diff --git a/xwayland/window-manager.c b/xwayland/window-manager.c index 0e26d7c4..b6a3aa20 100644 --- a/xwayland/window-manager.c +++ b/xwayland/window-manager.c @@ -38,11 +38,11 @@ #include #include +#include "compositor.h" #include "xwayland.h" #include "xwayland-internal-interface.h" #include "cairo-util.h" -#include "compositor.h" #include "hash.h" #include "shared/helpers.h"