sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 8ab64d3fcc98090fd1a49d0696dff1c9d39aad41
parent 272ca061714a77597feae1075cdd2d44ebdf5ce3
Author: emersion <contact@emersion.fr>
Date:   Sat, 16 Feb 2019 23:09:26 +0100

Remove unused header include/sway/tree/output.h

Diffstat:
Dinclude/sway/tree/output.h | 0
Msway/tree/output.c | 1-
2 files changed, 0 insertions(+), 1 deletion(-)

diff --git a/include/sway/tree/output.h b/include/sway/tree/output.h diff --git a/sway/tree/output.c b/sway/tree/output.c @@ -8,7 +8,6 @@ #include "sway/layers.h" #include "sway/output.h" #include "sway/tree/arrange.h" -#include "sway/tree/output.h" #include "sway/tree/workspace.h" #include "log.h" #include "util.h"