aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/workspace.h
diff options
context:
space:
mode:
authorLibravatar Carl Smedstad <carl.smedstad@protonmail.com>2022-11-06 20:31:41 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2023-01-03 21:50:56 +0100
commit95405911051dbb233902c95f824dccdde1e419fd (patch)
treeaec4203df66bdd6b556fb849d1f6d898830fd3b4 /include/sway/tree/workspace.h
parentRemove duplicate declarations (diff)
downloadsway-95405911051dbb233902c95f824dccdde1e419fd.tar.gz
sway-95405911051dbb233902c95f824dccdde1e419fd.tar.zst
sway-95405911051dbb233902c95f824dccdde1e419fd.zip
Add missing includes & remove duplicates
Diffstat (limited to 'include/sway/tree/workspace.h')
-rw-r--r--include/sway/tree/workspace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/workspace.h b/include/sway/tree/workspace.h
index b3d93a81..b0fef4ca 100644
--- a/include/sway/tree/workspace.h
+++ b/include/sway/tree/workspace.h
@@ -2,6 +2,7 @@
2#define _SWAY_WORKSPACE_H 2#define _SWAY_WORKSPACE_H
3 3
4#include <stdbool.h> 4#include <stdbool.h>
5#include "sway/config.h"
5#include "sway/tree/container.h" 6#include "sway/tree/container.h"
6#include "sway/tree/node.h" 7#include "sway/tree/node.h"
7 8