aboutsummaryrefslogtreecommitdiff
path: root/tests/test_augment_rbtree.c
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-09 17:54:55 +0800
committerMistivia <i@mistivia.com>2025-06-09 17:55:13 +0800
commit2f0781104330d1ae4fae041560ee3a5cb892c3b6 (patch)
treee43dfccb7ea1b0ab13a659ed4fce05acb2cb13b5 /tests/test_augment_rbtree.c
parenta690e564d82a46c4e729d88fcc660e4e2f1e6ceb (diff)
genenric tree map
Diffstat (limited to 'tests/test_augment_rbtree.c')
-rw-r--r--tests/test_augment_rbtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_augment_rbtree.c b/tests/test_augment_rbtree.c
index 9d671db..73559dc 100644
--- a/tests/test_augment_rbtree.c
+++ b/tests/test_augment_rbtree.c
@@ -3,7 +3,7 @@
#include <string.h>
#include <time.h>
-#include "rb_tree.h"
+#include "tree_map.h"
typedef struct {
RBNode node;