summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-01 23:16:38 -0500
committerpommicket <pommicket@gmail.com>2023-01-01 23:16:38 -0500
commitf173b7715cf1385db1cea67a3db07bb7d38174e9 (patch)
tree8d56748af7592ed94f11393252c1fb5419279d26 /main.c
parent850ab378946e8d6f0818b4ccf8eee413f68dcb95 (diff)
finish os.h amalgamation
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
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