aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/exec_always.c
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 /sway/commands/exec_always.c
parentRemove duplicate declarations (diff)
downloadsway-95405911051dbb233902c95f824dccdde1e419fd.tar.gz
sway-95405911051dbb233902c95f824dccdde1e419fd.tar.zst
sway-95405911051dbb233902c95f824dccdde1e419fd.zip
Add missing includes & remove duplicates
Diffstat (limited to 'sway/commands/exec_always.c')
-rw-r--r--sway/commands/exec_always.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands/exec_always.c b/sway/commands/exec_always.c
index e6b09e64..bb982621 100644
--- a/sway/commands/exec_always.c
+++ b/sway/commands/exec_always.c
@@ -9,7 +9,6 @@
9#include "sway/config.h" 9#include "sway/config.h"
10#include "sway/server.h" 10#include "sway/server.h"
11#include "sway/desktop/launcher.h" 11#include "sway/desktop/launcher.h"
12#include "sway/server.h"
13#include "sway/tree/container.h" 12#include "sway/tree/container.h"
14#include "sway/tree/root.h" 13#include "sway/tree/root.h"
15#include "sway/tree/workspace.h" 14#include "sway/tree/workspace.h"