From f3b979c07fecf9be49f690449a7942b8167f087c Mon Sep 17 00:00:00 2001 From: hanez Date: Sat, 27 Sep 2025 08:34:12 +0200 Subject: [PATCH] Only cosmetics... ;) --- src/fun.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fun.c b/src/fun.c index 3abbbfc..19c2f8f 100644 --- a/src/fun.c +++ b/src/fun.c @@ -33,7 +33,6 @@ * @date 2025-10-16 */ - #include "bytecode.h" #include "value.h" #include "vm.h"