diff options
author | emersion <contact@emersion.fr> | 2019-02-16 23:09:26 +0100 |
---|---|---|
committer | Brian Ashworth <bosrsf04@gmail.com> | 2019-02-16 17:40:56 -0500 |
commit | 8ab64d3fcc98090fd1a49d0696dff1c9d39aad41 (patch) | |
tree | 7dcdd43c7a3225c2961274788b836651173d30fc /sway | |
parent | 272ca061714a77597feae1075cdd2d44ebdf5ce3 (diff) |
Remove unused header include/sway/tree/output.h
Diffstat (limited to 'sway')
-rw-r--r-- | sway/tree/output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/tree/output.c b/sway/tree/output.c index 5a992f2d..138144a7 100644 --- 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" |