mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
move tree includes to their own directory
This commit is contained in:
parent
b1984133a9
commit
874f009866
29 changed files with 89 additions and 110 deletions
|
|
@ -4,9 +4,9 @@
|
|||
#include <stdbool.h>
|
||||
#include <pcre.h>
|
||||
#include "sway/criteria.h"
|
||||
#include "sway/container.h"
|
||||
#include "sway/tree/container.h"
|
||||
#include "sway/config.h"
|
||||
#include "sway/view.h"
|
||||
#include "sway/tree/view.h"
|
||||
#include "stringop.h"
|
||||
#include "list.h"
|
||||
#include "log.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue