chiark
/
gitweb
/
~mdw
/
xyla
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rename files to remove the pointless `tree' part.
[xyla]
/
avl.h
diff --git
a/avltree.h
b/avl.h
similarity index 99%
rename from
avltree.h
rename to
avl.h
index cdbb0d5ddb7487c4cd0082f27d7376db3ca0898b..c333c320203ba92b2489b835ef2519ed6937474a 100644
(file)
--- 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 <limits.h>
-#include "bst
ree
.h"
+#include "bst.h"
struct avlnode {
struct bstnode _bst;