diff --git a/aatree.h b/aatree.h index 36401e3..9e2e905 100644 --- a/aatree.h +++ b/aatree.h @@ -100,7 +100,6 @@ static void aatree_init(struct aatree *t) # define aatree_assert(e) (void)0 #endif -#include #include static void aatree_relink(struct aatree *old, struct aatree *nw) { diff --git a/clib.json b/clib.json new file mode 100644 index 0000000..d16fd94 --- /dev/null +++ b/clib.json @@ -0,0 +1,11 @@ +{ + "name" : "aatree", + "version" : "0.1.1", + "src" : [ + "aatree.h" + ], + "repo" : "https://software.mcgoron.com/clib/aatree", + "description" : "Single header file intrusive balanced tree implementation", + "license" : "BSD-2-Clause", + "keywords" : ["C89", "single-file", "intrusive", "imperative-binary-tree"] +}