treewide: Sort includes

This commit is contained in:
Alexander Orzechowski 2023-11-23 12:32:08 -05:00
parent 905dd141f4
commit 68dc3bb3a1
186 changed files with 454 additions and 458 deletions

View file

@ -1,10 +1,10 @@
#ifndef _SWAY_LOG_H
#define _SWAY_LOG_H
#include <stdbool.h>
#include <stdarg.h>
#include <string.h>
#include <errno.h>
#include <stdarg.h>
#include <stdbool.h>
#include <string.h>
typedef enum {
SWAY_SILENT = 0,