diff --git a/APP_Framework/Applications/app_test/test_radix_tree/test_radix_tree.c b/APP_Framework/Applications/app_test/test_radix_tree/test_radix_tree.c index 9e13679de..c54a49805 100644 --- a/APP_Framework/Applications/app_test/test_radix_tree/test_radix_tree.c +++ b/APP_Framework/Applications/app_test/test_radix_tree/test_radix_tree.c @@ -6,14 +6,7 @@ */ #include - -#define NODE_SIZE 128 -#define MAX_WORD_LEN 128 - -typedef struct _node { - void* value; - struct _node* next[NODE_SIZE]; -} node; +#include "test_radix_tree.h" /** * @description: Create a radix tree node