summaryrefslogtreecommitdiffstats
path: root/sway/commands/floating.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-08-26 10:49:49 -0400
committerLibravatar GitHub <noreply@github.com>2018-08-26 10:49:49 -0400
commitdf7083a2d0842a3985747770774075a8f5ecdaef (patch)
tree2aad57ba7f7eec9fdb51b98859f6da826a4d39a1 /sway/commands/floating.c
parentMerge pull request #2488 from RyanDwyer/separate-gaps-functions (diff)
parentRemove layout.c (diff)
downloadsway-df7083a2d0842a3985747770774075a8f5ecdaef.tar.gz
sway-df7083a2d0842a3985747770774075a8f5ecdaef.tar.zst
sway-df7083a2d0842a3985747770774075a8f5ecdaef.zip
Merge pull request #2515 from RyanDwyer/remove-layout-file
Remove layout.c
Diffstat (limited to 'sway/commands/floating.c')
-rw-r--r--sway/commands/floating.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands/floating.c b/sway/commands/floating.c
index beafd9fb..436376e3 100644
--- a/sway/commands/floating.c
+++ b/sway/commands/floating.c
@@ -6,7 +6,6 @@
6#include "sway/output.h" 6#include "sway/output.h"
7#include "sway/tree/arrange.h" 7#include "sway/tree/arrange.h"
8#include "sway/tree/container.h" 8#include "sway/tree/container.h"
9#include "sway/tree/layout.h"
10#include "sway/tree/view.h" 9#include "sway/tree/view.h"
11#include "sway/tree/workspace.h" 10#include "sway/tree/workspace.h"
12#include "list.h" 11#include "list.h"