diff options
Diffstat (limited to 'src/llr/light_impl.h')
-rw-r--r-- | src/llr/light_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include <../../include/gfx/llr/light.h> | 3 | #include <gfx/llr/light.h> |
4 | 4 | ||
5 | #include "../scene/types.h" | 5 | #include "scene/types.h" |
6 | 6 | ||
7 | typedef struct Texture Texture; | 7 | typedef struct Texture Texture; |
8 | 8 | ||