From dfda5c86b24284aca09da6055ef721ff7a18cd7b Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 16 Nov 2025 09:19:14 +0100 Subject: factor type stuff into type.h --- type.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'type.c') diff --git a/type.c b/type.c index 8154e52..78a6278 100644 --- a/type.c +++ b/type.c @@ -1,4 +1,4 @@ -#include "common.h" +#include "type.h" struct typedata typedata[1<<13]; const char *ttypenames[1<<10]; -- cgit v1.2.3