From c95d6b05559457a4abb693f3fc2e3d5eb54ab05b Mon Sep 17 00:00:00 2001 From: Ákos Kőrösi Date: Mon, 18 May 2026 12:17:22 +0200 Subject: coalesce the preproc files --- main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 5b3041c..2bd2081 100644 --- a/main.c +++ b/main.c @@ -4,8 +4,7 @@ #include #include "defs.h" -#include "lex.h" -#include "parse.h" +#include "preproc.h" #include "exec.h" -- cgit v1.2.3