From d2461482caf9e93d6e2bc7ff17567102f635211a Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Sun, 11 Jan 2026 17:16:40 +0000 Subject: Fixed some things. Next thing will be tests. --- src/utils/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils') diff --git a/src/utils/utils.c b/src/utils/utils.c index 08ae799..4af811f 100644 --- a/src/utils/utils.c +++ b/src/utils/utils.c @@ -1,6 +1,6 @@ -#include "zprep.h" #include "parser.h" +#include "zprep.h" char *g_current_filename = "unknown"; ParserContext *g_parser_ctx = NULL; -- cgit v1.2.3