diff options
author | Zandr Martin <[email protected]> | 2016-09-07 06:48:41 -0500 |
---|---|---|
committer | Zandr Martin <[email protected]> | 2016-09-07 06:48:41 -0500 |
commit | 511eed90cd925ec6bba93a8a749eb6a230ac5f98 (patch) | |
tree | bb1fc5102d3d8587c78ca11271631a584994da3b /sway/commands.c | |
parent | 1510a21f00897a9ef85563d4b5d2b09e7b5910af (diff) |
squash commits, move enum into resize.c
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
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 @@ #include "sway/container.h" #include "sway/output.h" #include "sway/handlers.h" -#include "sway/resize.h" #include "sway/input_state.h" #include "sway/criteria.h" #include "sway/ipc-server.h" |