summaryrefslogtreecommitdiff
path: root/sway/tree/container.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/tree/container.c
parentc24fccd45c4bc69c968a09ae5b953672a29bac12 (diff)
structure: moved fx_renderer and related fuctions to a folder
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index d22dadd5..f256bafc 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -16,7 +16,6 @@
#include "pango.h"
#include "sway/config.h"
#include "sway/desktop.h"
-#include "sway/desktop/fx_renderer.h"
#include "sway/desktop/transaction.h"
#include "sway/input/input-manager.h"
#include "sway/input/seat.h"