summaryrefslogtreecommitdiff
path: root/sway/desktop/output.c
diff options
context:
space:
mode:
authorWill McKinnon <[email protected]>2023-04-06 18:49:51 -0400
committerWill McKinnon <[email protected]>2023-04-06 20:30:42 -0400
commit420364dd191fa3c22370bbaa34f178b07bcb8318 (patch)
treebf7e3bcb7a0835e0c16901a3b800c7f218607d53 /sway/desktop/output.c
parentc24fccd45c4bc69c968a09ae5b953672a29bac12 (diff)
structure: moved fx_renderer and related fuctions to a folder
Diffstat (limited to 'sway/desktop/output.c')
-rw-r--r--sway/desktop/output.c1
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) {