From 394e0c03bc892be6d3a6ddc5209f1cb284e3f38e Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Mon, 30 Jun 2025 16:32:09 -0700 Subject: Tidy --- include/gfx/scene/animation.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/gfx/scene/animation.h b/include/gfx/scene/animation.h index d95b895..3ef0471 100644 --- a/include/gfx/scene/animation.h +++ b/include/gfx/scene/animation.h @@ -1,6 +1,5 @@ #pragma once -#include "node.h" #include "object.h" #include @@ -15,8 +14,7 @@ #include #include -typedef struct Buffer Buffer; -typedef struct SceneNode SceneNode; +typedef struct Buffer Buffer; typedef struct Anima Anima; typedef struct Joint Joint; -- cgit v1.2.3