backend/wayland: Make header order consistent

This commit is contained in:
Scott Anderson 2018-11-11 18:14:48 +13:00
parent bbce92a923
commit aaff4b8c00
4 changed files with 16 additions and 2 deletions

View file

@ -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>