diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-08-26 10:49:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-26 10:49:49 -0400 |
commit | df7083a2d0842a3985747770774075a8f5ecdaef (patch) | |
tree | 2aad57ba7f7eec9fdb51b98859f6da826a4d39a1 /sway/desktop/xwayland.c | |
parent | 1a30c50ef40e918942f96c9a399f9bf94c1c0116 (diff) | |
parent | 5dbbab7bdc56fc513eea2f9a39d722859a3b0c2e (diff) |
Merge pull request #2515 from RyanDwyer/remove-layout-file
Remove layout.c
Diffstat (limited to 'sway/desktop/xwayland.c')
-rw-r--r-- | sway/desktop/xwayland.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/desktop/xwayland.c b/sway/desktop/xwayland.c index 6fcc850d..4e401008 100644 --- a/sway/desktop/xwayland.c +++ b/sway/desktop/xwayland.c @@ -14,7 +14,6 @@ #include "sway/server.h" #include "sway/tree/arrange.h" #include "sway/tree/container.h" -#include "sway/tree/layout.h" #include "sway/tree/view.h" static const char *atom_map[ATOM_LAST] = { |