mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
Reorganize includes
This commit is contained in:
parent
729fdf7d91
commit
416417a54c
50 changed files with 146 additions and 154 deletions
|
|
@ -2,12 +2,12 @@
|
|||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <regex.h>
|
||||
#include "criteria.h"
|
||||
#include "sway/criteria.h"
|
||||
#include "sway/container.h"
|
||||
#include "sway/config.h"
|
||||
#include "stringop.h"
|
||||
#include "list.h"
|
||||
#include "log.h"
|
||||
#include "container.h"
|
||||
#include "config.h"
|
||||
|
||||
enum criteria_type { // *must* keep in sync with criteria_strings[]
|
||||
CRIT_CLASS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue