aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSoikk2022-08-13 21:32:42 +0200
committerSoikk2022-08-13 21:32:42 +0200
commit1faec2ebd0c7151ff67390f7de7873f4b07cabb9 (patch)
tree7b54a39506b24df37b5e1403a007a40d43c5bd62 /include
parenta341db54d82db0cfca948f0cf95b273430ee4675 (diff)
downloadsoikk-DB-1faec2ebd0c7151ff67390f7de7873f4b07cabb9.tar.xz
soikk-DB-1faec2ebd0c7151ff67390f7de7873f4b07cabb9.tar.zst
Updated README and fixed error on example images. Removed deleted dependencies. Fixed AVL tree bug.
Diffstat (limited to 'include')
-rw-r--r--include/db.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/db.h b/include/db.h
index 2571d02..1777fc2 100644
--- a/include/db.h
+++ b/include/db.h
@@ -10,7 +10,6 @@
#include <stdarg.h>
-#include "strnatcmp.h"
#include "crc64.h"
#include "str.h"
@@ -18,6 +17,5 @@
#include "database.h"
#include "repl.h"
#include "parser.h"
-#include "bm.h"
#endif