aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin@gmail.com>2016-09-07 06:48:41 -0500
committerLibravatar Zandr Martin <zandrmartin@gmail.com>2016-09-07 06:48:41 -0500
commit511eed90cd925ec6bba93a8a749eb6a230ac5f98 (patch)
treebb1fc5102d3d8587c78ca11271631a584994da3b /sway/commands.c
parentRemove extraneous logging (diff)
downloadsway-511eed90cd925ec6bba93a8a749eb6a230ac5f98.tar.gz
sway-511eed90cd925ec6bba93a8a749eb6a230ac5f98.tar.zst
sway-511eed90cd925ec6bba93a8a749eb6a230ac5f98.zip
squash commits, move enum into resize.c
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 54c104b2..317122cd 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -23,7 +23,6 @@
23#include "sway/container.h" 23#include "sway/container.h"
24#include "sway/output.h" 24#include "sway/output.h"
25#include "sway/handlers.h" 25#include "sway/handlers.h"
26#include "sway/resize.h"
27#include "sway/input_state.h" 26#include "sway/input_state.h"
28#include "sway/criteria.h" 27#include "sway/criteria.h"
29#include "sway/ipc-server.h" 28#include "sway/ipc-server.h"