From 80d78c5589d42f81b04e671b28c103a2112458d1 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 29 Oct 2023 13:16:25 +0200 Subject: move common stuff to core + Might have to come up with a better name, but works for now --- tasm/gen/gen_parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tasm/gen/gen_parser.c') diff --git a/tasm/gen/gen_parser.c b/tasm/gen/gen_parser.c index 9e2a4cf..aadb8fb 100644 --- a/tasm/gen/gen_parser.c +++ b/tasm/gen/gen_parser.c @@ -80,8 +80,8 @@ #include #include -#include -#include +#include +#include #include -- cgit v1.3