From 32b933e154cb1db5149ce2975e976743beed6549 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Wed, 9 Jul 2025 20:00:08 -0700 Subject: Clean up includes and address TODO --- src/llr/light_impl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/llr/light_impl.h') diff --git a/src/llr/light_impl.h b/src/llr/light_impl.h index 32203c4..5ec8145 100644 --- a/src/llr/light_impl.h +++ b/src/llr/light_impl.h @@ -1,8 +1,8 @@ #pragma once -#include <../../include/gfx/llr/light.h> +#include -#include "../scene/types.h" +#include "scene/types.h" typedef struct Texture Texture; -- cgit v1.2.3