diff options
Diffstat (limited to 'sway/desktop/output.c')
-rw-r--r-- | sway/desktop/output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c index 5107c43c..a7269b7b 100644 --- a/sway/desktop/output.c +++ b/sway/desktop/output.c @@ -30,7 +30,6 @@ #include "sway/tree/root.h" #include "sway/tree/view.h" #include "sway/tree/workspace.h" -#include "sway/desktop/fx_renderer.h" struct sway_output *output_by_name_or_id(const char *name_or_id) { for (int i = 0; i < root->outputs->length; ++i) { |