From 4b721332d570f53719894af922c22b7cba146b18 Mon Sep 17 00:00:00 2001 From: Soikk Date: Sat, 13 Aug 2022 18:49:30 +0200 Subject: Added primitive repl, delete functions for database and remove tag from file function. --- include/db.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/db.h') 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 -- cgit v1.2.3