chiark / gitweb /
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 "bstree.h"
+#include "bst.h"
 
 struct avlnode {
   struct bstnode _bst;