solstice-anim

Geometry animation library of the solstice app
git clone git://git.meso-star.com/solstice-anim.git
Log | Files | Refs | README | LICENSE

commit cbef1ea2e75b23dd7d2c8b82fb0748d7f76046ae
parent 29292baffac7d126fe95d83736d7c5841e8ea0fa
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 12 Oct 2016 11:52:24 +0200

Remove useless forward decl.

Diffstat:
Msrc/sanim.h | 1+
Msrc/sanim_node_c.h | 1-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sanim.h b/src/sanim.h @@ -17,6 +17,7 @@ #define SANIM_H #include <rsys/rsys.h> +#include <rsys/dynamic_array.h> /* Library symbol management */ #if defined(SANIM_SHARED_BUILD) /* Build shared library */ diff --git a/src/sanim_node_c.h b/src/sanim_node_c.h @@ -16,7 +16,6 @@ #ifndef SANIM_NODE_C_H #define SANIM_NODE_C_H -struct sanim_node_data; struct mem_allocator; #include <rsys/dynamic_array.h>