summaryrefslogtreecommitdiffstats
path: root/sway/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/container.c')
-rw-r--r--sway/container.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/container.c b/sway/container.c
index ef0e6c55..85b169a1 100644
--- a/sway/container.c
+++ b/sway/container.c
@@ -1,7 +1,9 @@
1#include <stdlib.h> 1#include <stdlib.h>
2#include <stdbool.h> 2#include <stdbool.h>
3#include <strings.h> 3#include <strings.h>
4#include <string.h>
4#include "config.h" 5#include "config.h"
6#include "stringop.h"
5#include "container.h" 7#include "container.h"
6#include "workspace.h" 8#include "workspace.h"
7#include "focus.h" 9#include "focus.h"