diff options
author | pommicket <pommicket@gmail.com> | 2023-01-01 23:16:38 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-01 23:16:38 -0500 |
commit | f173b7715cf1385db1cea67a3db07bb7d38174e9 (patch) | |
tree | 8d56748af7592ed94f11393252c1fb5419279d26 /main.c | |
parent | 850ab378946e8d6f0818b4ccf8eee413f68dcb95 (diff) |
finish os.h amalgamation
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |