diff options
author | Scott Anderson <scott@anderso.nz> | 2018-11-11 18:14:48 +1300 |
---|---|---|
committer | Scott Anderson <scott@anderso.nz> | 2018-11-11 22:29:35 +1300 |
commit | aaff4b8c0066833caaf029180d2e972cd826810a (patch) | |
tree | 7f91bfc8cc6006ec662b8f283619062a4330dfeb /include | |
parent | bbce92a9238951bfecb6d337f34c9a0153aa9c0f (diff) |
backend/wayland: Make header order consistent
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/wayland.h | 2 |
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> |