diff options
Diffstat (limited to 'src/render')
| -rw-r--r-- | src/render/llr.c | 2 | ||||
| -rw-r--r-- | src/render/llr_impl.h | 2 | ||||
| -rw-r--r-- | src/render/renderer.c | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/src/render/llr.c b/src/render/llr.c index 189041a..76935f9 100644 --- a/src/render/llr.c +++ b/src/render/llr.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include "llr_impl.h" | 1 | #include "llr_impl.h" | 
| 2 | 2 | ||
| 3 | #include "animation_impl.h" | ||
| 3 | #include "memory.h" | 4 | #include "memory.h" | 
| 4 | #include "scene/animation_impl.h" | ||
| 5 | #include "scene/node_impl.h" | 5 | #include "scene/node_impl.h" | 
| 6 | 6 | ||
| 7 | #include <gfx/core.h> | 7 | #include <gfx/core.h> | 
| diff --git a/src/render/llr_impl.h b/src/render/llr_impl.h index 1c08b03..c85ad15 100644 --- a/src/render/llr_impl.h +++ b/src/render/llr_impl.h | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | #include <gfx/render/llr.h> | 3 | #include <gfx/render/llr.h> | 
| 4 | #include <gfx/sizes.h> | 4 | #include <gfx/sizes.h> | 
| 5 | 5 | ||
| 6 | #include "scene/types.h" | 6 | #include "../types.h" | 
| 7 | 7 | ||
| 8 | #include <math/mat4.h> | 8 | #include <math/mat4.h> | 
| 9 | #include <math/vec3.h> | 9 | #include <math/vec3.h> | 
| diff --git a/src/render/renderer.c b/src/render/renderer.c index 385a8c1..fadf521 100644 --- a/src/render/renderer.c +++ b/src/render/renderer.c | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | #include "renderer_impl.h" | 1 | #include "renderer_impl.h" | 
| 2 | 2 | ||
| 3 | #include "animation_impl.h" | ||
| 3 | #include "llr_impl.h" | 4 | #include "llr_impl.h" | 
| 4 | #include "memory.h" | 5 | #include "memory.h" | 
| 5 | #include "scene/animation_impl.h" | ||
| 6 | #include "scene/model_impl.h" | 6 | #include "scene/model_impl.h" | 
| 7 | #include "scene/node_impl.h" | 7 | #include "scene/node_impl.h" | 
| 8 | #include "scene/object_impl.h" | 8 | #include "scene/object_impl.h" | 
