diff options
| -rw-r--r-- | include/gfx/scene/animation.h | 1 | ||||
| -rw-r--r-- | src/core/buffer.h | 2 | ||||
| -rw-r--r-- | src/scene/node_impl.h | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/include/gfx/scene/animation.h b/include/gfx/scene/animation.h index 3ef0471..b55e575 100644 --- a/include/gfx/scene/animation.h +++ b/include/gfx/scene/animation.h | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #include "object.h" | ||
| 4 | #include <gfx/sizes.h> | 3 | #include <gfx/sizes.h> |
| 5 | 4 | ||
| 6 | #include <cstring.h> | 5 | #include <cstring.h> |
diff --git a/src/core/buffer.h b/src/core/buffer.h index b9080f0..1df225a 100644 --- a/src/core/buffer.h +++ b/src/core/buffer.h | |||
| @@ -4,8 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | #include "gl_util.h" | 5 | #include "gl_util.h" |
| 6 | 6 | ||
| 7 | #include <math/fwd.h> | ||
| 8 | |||
| 9 | #include <stdbool.h> | 7 | #include <stdbool.h> |
| 10 | #include <stddef.h> | 8 | #include <stddef.h> |
| 11 | 9 | ||
diff --git a/src/scene/node_impl.h b/src/scene/node_impl.h index d43ae1e..fb88bd5 100644 --- a/src/scene/node_impl.h +++ b/src/scene/node_impl.h | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | #include "types.h" | 5 | #include "types.h" |
| 6 | 6 | ||
| 7 | #include <cstring.h> | ||
| 8 | #include <math/mat4.h> | 7 | #include <math/mat4.h> |
| 9 | 8 | ||
| 10 | /// Scene node. | 9 | /// Scene node. |
