summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
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