diff options
Diffstat (limited to 'src/scene/object_impl.h')
-rw-r--r-- | src/scene/object_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/scene/object_impl.h b/src/scene/object_impl.h index ead93f1..e864e53 100644 --- a/src/scene/object_impl.h +++ b/src/scene/object_impl.h | |||
@@ -4,8 +4,6 @@ | |||
4 | 4 | ||
5 | #include "types.h" | 5 | #include "types.h" |
6 | 6 | ||
7 | #include <math/mat4.h> | ||
8 | |||
9 | typedef struct MeshLink { | 7 | typedef struct MeshLink { |
10 | mesh_idx mesh; | 8 | mesh_idx mesh; |
11 | mesh_link_idx next; // Next MeshLink in the list. | 9 | mesh_link_idx next; // Next MeshLink in the list. |