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,7 +1,7 @@
#ifndef _SWAYNAG_CONFIG_H
#define _SWAYNAG_CONFIG_H
#include "swaynag/swaynag.h"
#include "list.h"
#include "swaynag/swaynag.h"
int swaynag_parse_options(int argc, char **argv, struct swaynag *swaynag,
list_t *types, struct swaynag_type *type, char **config, bool *debug);