diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2019-02-16 23:09:26 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2019-02-16 23:09:26 +0100 |
| commit | b979f5df14cbbde6ffd5d78910c7338b2b3d81ed (patch) | |
| tree | 310334a874605c3e7df4f6f7a40afd0af5c87810 | |
| parent | db9eb68a3d28ba308dbff6feaa2603bebfa3a0f0 (diff) | |
Remove unused header include/sway/tree/output.h
| -rw-r--r-- | include/sway/tree/output.h | 0 | ||||
| -rw-r--r-- | sway/tree/output.c | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/tree/output.h b/include/sway/tree/output.h deleted file mode 100644 index e69de29b..00000000 --- a/include/sway/tree/output.h +++ /dev/null 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" |
