diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-09-07 08:01:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-07 08:01:28 -0400 |
commit | 1b4b42fc65203306f4216b77a476784249383018 (patch) | |
tree | bb1fc5102d3d8587c78ca11271631a584994da3b /sway/handlers.c | |
parent | 1510a21f00897a9ef85563d4b5d2b09e7b5910af (diff) | |
parent | 511eed90cd925ec6bba93a8a749eb6a230ac5f98 (diff) |
Merge pull request #885 from zandrmartin/commands-refactor
merge resize.c into commands/resize.c
Diffstat (limited to 'sway/handlers.c')
-rw-r--r-- | sway/handlers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/handlers.c b/sway/handlers.c index 26da5407..1afdcbbb 100644 --- a/sway/handlers.c +++ b/sway/handlers.c @@ -17,7 +17,6 @@ #include "sway/output.h" #include "sway/focus.h" #include "sway/input_state.h" -#include "sway/resize.h" #include "sway/extensions.h" #include "sway/criteria.h" #include "sway/ipc-server.h" |