From 3e6108472c3d578175ea6fb685e1919b3585606f Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Sat, 6 Jan 2024 21:24:37 +0100 Subject: Moved wlr_scene.h and shadow_data.h into scenefx dir --- types/fx/shadow_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types/fx') diff --git a/types/fx/shadow_data.c b/types/fx/shadow_data.c index fae76cf..a8ad8f9 100644 --- a/types/fx/shadow_data.c +++ b/types/fx/shadow_data.c @@ -1,7 +1,7 @@ #include #include #include -#include "types/fx/shadow_data.h" +#include "scenefx/types/fx/shadow_data.h" #include "wlr/util/log.h" struct shadow_data shadow_data_get_default(void) { -- cgit v1.2.3