Removed __APPLE__ `#ifdef` from main.c

This commit is contained in:
rxi 2020-06-07 08:56:49 +01:00
parent 877d940c0e
commit 6a7e214d1c
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@
#include <windows.h>
#elif __linux__
#include <unistd.h>
#elif __APPLE__
#include <mach-o/dyld.h>
#endif