got rid of avltree-stuff
FossilOrigin-Name: 41573b74d0d433b2e62feb78e580cbb351fee08b441e6735237cd3201a49a4e4
This commit is contained in:
@ -4,10 +4,10 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include "strlist.h"
|
||||
#include "avltree.h"
|
||||
#include "mavl.h"
|
||||
|
||||
|
||||
typedef struct avltree * cw_strheap_t;
|
||||
typedef struct mavl * cw_strheap_t;
|
||||
|
||||
|
||||
extern cw_strheap_t cw_strheap_create();
|
||||
|
||||
Reference in New Issue
Block a user