]> git.lizzy.rs Git - minetest.git/blobdiff - src/porting.cpp
OS X compatibility fixes
[minetest.git] / src / porting.cpp
index d1e3cdd70d39444c589b3441168195fa98a5aba9..3c2a5c82488f88dfea5b5b1d9c79c7d0e1b9f417 100644 (file)
@@ -25,10 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #include "porting.h"
 
-#if defined(__APPLE__)
-       #include <mach-o/dyld.h>
-       #include "CoreFoundation/CoreFoundation.h"
-#elif defined(__FreeBSD__)
+#if defined(__FreeBSD__)
        #include <sys/types.h>
        #include <sys/sysctl.h>
 #elif defined(_WIN32)