Literally Nothing Uses This Header

This commit is contained in:
TheBrokenRail
2023-11-11 19:25:54 -05:00
committed by iProgramInCpp
parent 077861b79d
commit 10c02a0d06

View File

@@ -17,8 +17,6 @@
#if defined(_WIN32) || defined(__CYGWIN__)
#include <io.h>
#elif !defined ( __APPLE__ ) && !defined ( __APPLE_CC__ ) && !defined ( __PPC__ ) && !defined ( __FreeBSD__ ) && !defined ( __S3E__ ) && !defined ( __EMSCRIPTEN__ ) && !defined ( ANDROID ) && !defined ( __HAIKU__ )
#include <sys/io.h>
#endif