aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/workspace.c
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin@gmail.com>2016-09-02 14:11:48 -0500
committerLibravatar Zandr Martin <zandrmartin@gmail.com>2016-09-02 14:11:48 -0500
commit65ace5dec5c24695501056376e227fb9b1f84a3a (patch)
treee5bae8ecc19c438091478ad878a8297252c72a81 /sway/commands/workspace.c
parentMerge branch 'master' of git://github.com/SirCmpwn/sway into commands-refactor (diff)
downloadsway-65ace5dec5c24695501056376e227fb9b1f84a3a.tar.gz
sway-65ace5dec5c24695501056376e227fb9b1f84a3a.tar.zst
sway-65ace5dec5c24695501056376e227fb9b1f84a3a.zip
merge in latest commits
Diffstat (limited to 'sway/commands/workspace.c')
-rw-r--r--sway/commands/workspace.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sway/commands/workspace.c b/sway/commands/workspace.c
index 5eaca423..5d4d3d65 100644
--- a/sway/commands/workspace.c
+++ b/sway/commands/workspace.c
@@ -1,10 +1,10 @@
1#include <string.h> 1#include <string.h>
2#include "commands.h" 2#include "sway/commands.h"
3#include "config.h" 3#include "sway/config.h"
4#include "input_state.h" 4#include "sway/input_state.h"
5#include "sway/workspace.h"
5#include "list.h" 6#include "list.h"
6#include "log.h" 7#include "log.h"
7#include "workspace.h"
8 8
9struct cmd_results *cmd_workspace(int argc, char **argv) { 9struct cmd_results *cmd_workspace(int argc, char **argv) {
10 struct cmd_results *error = NULL; 10 struct cmd_results *error = NULL;