diff options
Diffstat (limited to 'tinywl/tinywl.c')
-rw-r--r-- | tinywl/tinywl.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tinywl/tinywl.c b/tinywl/tinywl.c index 03fafee..0db1661 100644 --- a/tinywl/tinywl.c +++ b/tinywl/tinywl.c @@ -5,7 +5,8 @@ #include <stdlib.h> #include <stdio.h> #include <time.h> -#include <types/fx/shadow_data.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,8 +28,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. */ |