summaryrefslogtreecommitdiff
path: root/tinywl/tinywl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tinywl/tinywl.c')
-rw-r--r--tinywl/tinywl.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/tinywl/tinywl.c b/tinywl/tinywl.c
index 03fafee..994574f 100644
--- a/tinywl/tinywl.c
+++ b/tinywl/tinywl.c
@@ -5,7 +5,9 @@
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
-#include <types/fx/shadow_data.h>
+#include <scenefx/fx_renderer/fx_renderer.h>
+#include <scenefx/types/fx/shadow_data.h>
+#include <scenefx/types/wlr_scene.h>
#include <unistd.h>
#include <wayland-server-core.h>
#include <wayland-util.h>
@@ -27,10 +29,6 @@
#include <wlr/util/log.h>
#include <xkbcommon/xkbcommon.h>
-#include "types/wlr_scene.h"
-
-#include "render/fx_renderer/fx_renderer.h"
-
/* For brevity's sake, struct members are annotated where they are used. */
enum tinywl_cursor_mode {
TINYWL_CURSOR_PASSTHROUGH,