diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-30 00:00:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-30 00:00:23 -0400 |
commit | 7162b9bea4d66d61376ad3605e23e2d83bb95201 (patch) | |
tree | 6f7a3121f15503a923c1ce53bf2bee368c6149a6 /sway/commands/exec_always.c | |
parent | 472e81f35d689d67cda241acafda91c688d61046 (diff) | |
parent | 8f490d7d2dbadfe85dcf3dcd972471e86671442a (diff) | |
download | sway-7162b9bea4d66d61376ad3605e23e2d83bb95201.tar.xz |
Merge pull request #1654 from acrisci/refactor-2-electric-boogaloo
Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"
Diffstat (limited to 'sway/commands/exec_always.c')
-rw-r--r-- | sway/commands/exec_always.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/commands/exec_always.c b/sway/commands/exec_always.c index 61870c51..954950e7 100644 --- a/sway/commands/exec_always.c +++ b/sway/commands/exec_always.c @@ -6,8 +6,8 @@ #include <unistd.h> #include "sway/commands.h" #include "sway/config.h" -#include "sway/container.h" -#include "sway/workspace.h" +#include "sway/tree/container.h" +#include "sway/tree/workspace.h" #include "log.h" #include "stringop.h" |