From f173b7715cf1385db1cea67a3db07bb7d38174e9 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 1 Jan 2023 23:16:38 -0500 Subject: finish os.h amalgamation --- main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 72a9ff7..97e4103 100644 --- a/main.c +++ b/main.c @@ -91,10 +91,8 @@ no_warn_end #if _WIN32 #include "os-win.c" -#include "process-win.c" #elif __unix__ #include "os-posix.c" -#include "process-posix.c" #else #error "Unrecognized operating system." #endif -- cgit v1.2.3