X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/xyla/blobdiff_plain/a371d5a9f78150676e8bcafd76405b6fadc00987:/avltree.h..refs/heads/master:/avl.h diff --git a/avltree.h b/avl.h similarity index 99% rename from avltree.h rename to avl.h index cdbb0d5..c333c32 100644 --- a/avltree.h +++ b/avl.h @@ -1,9 +1,9 @@ -#ifndef XYLA_AVLTREE_H -#define XYLA_AVLTREE_H +#ifndef AVL_H +#define AVL_H #include -#include "bstree.h" +#include "bst.h" struct avlnode { struct bstnode _bst;