aboutsummaryrefslogtreecommitdiff
path: root/include/db.h
diff options
context:
space:
mode:
authorSoikk2022-08-13 18:49:30 +0200
committerSoikk2022-08-13 18:49:30 +0200
commit4b721332d570f53719894af922c22b7cba146b18 (patch)
tree9c5b8f75345310cd7f2479fca0ebaf20c7ca47dc /include/db.h
parent32dd785f881cf3ba6c1c6806cd3af3cbf56437c4 (diff)
downloadsoikk-DB-4b721332d570f53719894af922c22b7cba146b18.tar.xz
soikk-DB-4b721332d570f53719894af922c22b7cba146b18.tar.zst
Added primitive repl, delete functions for database and remove tag from file function.
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/db.h b/include/db.h
index ccdfc11..2571d02 100644
--- a/include/db.h
+++ b/include/db.h
@@ -13,11 +13,11 @@
#include "strnatcmp.h"
#include "crc64.h"
-#include "repl.h"
-#include "parser.h"
+#include "str.h"
#include "storage.h"
#include "database.h"
-#include "str.h"
+#include "repl.h"
+#include "parser.h"
#include "bm.h"
#endif