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

@ -1,8 +1,8 @@
#ifndef UTIL_ARRAY_H
#define UTIL_ARRAY_H
#include <stdlib.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wayland-util.h>
/**

View file

@ -1,9 +1,9 @@
#ifndef UTIL_RECT_UNION_H
#define UTIL_RECT_UNION_H
#include <stdlib.h>
#include <stdbool.h>
#include <pixman.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wayland-util.h>
/**

View file

@ -1,8 +1,8 @@
#ifndef UTIL_SET_H
#define UTIL_SET_H
#include <stdint.h>
#include <stdbool.h>
#include <stdint.h>
#include <sys/types.h>
/**