From 867a86a9ab31c0652a46759443fc98a49f91c8dd Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 22 Feb 2024 10:17:40 -0600 Subject: cleaning and switch to parray_t --- src/lua.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lua.c') diff --git a/src/lua.c b/src/lua.c index 5c60fe8..00d6205 100644 --- a/src/lua.c +++ b/src/lua.c @@ -3,8 +3,8 @@ #include "io.h" #include #include -#include "i_str.h" -#include "parray.h" +#include "types/str.h" +#include "types/parray.h" static int ii = 0; static int malloc_count = 0; -- cgit v1.2.3