Removed __APPLE__ #ifdef from main.c

This commit is contained in:
rxi
2020-06-07 08:57:57 +01:00
parent 877d940c0e
commit 6a7e214d1c
-2
View File
@@ -7,8 +7,6 @@
#include <windows.h> #include <windows.h>
#elif __linux__ #elif __linux__
#include <unistd.h> #include <unistd.h>
#elif __APPLE__
#include <mach-o/dyld.h>
#endif #endif