mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-19 06:59:48 -05:00
backend/wayland: Make header order consistent
This commit is contained in:
parent
bbce92a923
commit
aaff4b8c00
4 changed files with 16 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue