From 1faec2ebd0c7151ff67390f7de7873f4b07cabb9 Mon Sep 17 00:00:00 2001 From: Soikk Date: Sat, 13 Aug 2022 21:32:42 +0200 Subject: Updated README and fixed error on example images. Removed deleted dependencies. Fixed AVL tree bug. --- include/db.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/db.h') 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 -#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 -- cgit v1.2.3