aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authorScott Anderson <scott@anderso.nz>2018-11-11 18:14:48 +1300
committerScott Anderson <scott@anderso.nz>2018-11-11 22:29:35 +1300
commitaaff4b8c0066833caaf029180d2e972cd826810a (patch)
tree7f91bfc8cc6006ec662b8f283619062a4330dfeb /include/backend
parentbbce92a9238951bfecb6d337f34c9a0153aa9c0f (diff)
backend/wayland: Make header order consistent
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/wayland.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h
index 7c92cf84..dbc309ca 100644
--- a/include/backend/wayland.h
+++ b/include/backend/wayland.h
@@ -2,10 +2,12 @@
#define BACKEND_WAYLAND_H
#include <stdbool.h>
+
#include <wayland-client.h>
#include <wayland-egl.h>
#include <wayland-server.h>
#include <wayland-util.h>
+
#include <wlr/backend/wayland.h>
#include <wlr/render/egl.h>
#include <wlr/render/wlr_renderer.h>