diff options
author | Drew DeVault <[email protected]> | 2017-10-22 10:37:30 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2017-11-11 09:08:50 -0500 |
commit | 7c448b408126aef0561be0761871f968921d7db0 (patch) | |
tree | 055716519b975eca17b2e27254217acd1b801c20 /sway/workspace.c | |
parent | 6edc32848f67fe3ea370e12b64019cef6c137840 (diff) |
Fire up the wlroots backend and run the event loop
Diffstat (limited to 'sway/workspace.c')
-rw-r--r-- | sway/workspace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/workspace.c b/sway/workspace.c index e0367190..14cde146 100644 --- a/sway/workspace.c +++ b/sway/workspace.c @@ -8,7 +8,6 @@ #include <strings.h> #include <sys/types.h> #include "sway/ipc-server.h" -#include "sway/extensions.h" #include "sway/workspace.h" #include "sway/layout.h" #include "sway/container.h" |