treewide: sort headers

This commit is contained in:
Alexander Orzechowski 2023-11-23 16:58:47 -05:00
parent 26158d0718
commit dcd81c91f3
125 changed files with 252 additions and 300 deletions

View file

@ -10,9 +10,9 @@
#define WLR_XWAYLAND_SERVER_H
#include <stdbool.h>
#include <sys/types.h>
#include <time.h>
#include <wayland-server-core.h>
#include <sys/types.h>
struct wlr_xwayland_server_options {
bool lazy;

View file

@ -11,10 +11,10 @@
#include <stdbool.h>
#include <wayland-server-core.h>
#include <wlr/util/addon.h>
#include <xcb/xcb.h>
#include <xcb/xcb_ewmh.h>
#include <xcb/xcb_icccm.h>
#include <wlr/util/addon.h>
struct wlr_box;
struct wlr_xwm;