summaryrefslogtreecommitdiffstats
path: root/sway/commands/focus.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/focus.c')
-rw-r--r--sway/commands/focus.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sway/commands/focus.c b/sway/commands/focus.c
index 18552292..8442305f 100644
--- a/sway/commands/focus.c
+++ b/sway/commands/focus.c
@@ -1,11 +1,11 @@
1#include <string.h> 1#include <string.h>
2#include <wlc/wlc.h> 2#include <wlc/wlc.h>
3#include "commands.h" 3#include "sway/commands.h"
4#include "container.h" 4#include "sway/container.h"
5#include "focus.h" 5#include "sway/focus.h"
6#include "input_state.h" 6#include "sway/input_state.h"
7#include "output.h" 7#include "sway/output.h"
8#include "workspace.h" 8#include "sway/workspace.h"
9 9
10struct cmd_results *cmd_focus(int argc, char **argv) { 10struct cmd_results *cmd_focus(int argc, char **argv) {
11 if (config->reading) return cmd_results_new(CMD_FAILURE, "focus", "Can't be used in config file."); 11 if (config->reading) return cmd_results_new(CMD_FAILURE, "focus", "Can't be used in config file.");