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

@ -5,8 +5,8 @@
#include <stdbool.h>
#include <stdint.h>
#include <wayland-util.h>
#include "swaybar/tray/tray.h"
#include "list.h"
#include "swaybar/tray/tray.h"
struct swaybar_output;

View file

@ -1,8 +1,8 @@
#ifndef _SWAYBAR_TRAY_WATCHER_H
#define _SWAYBAR_TRAY_WATCHER_H
#include "swaybar/tray/tray.h"
#include "list.h"
#include "swaybar/tray/tray.h"
struct swaybar_watcher {
char *interface;