diff --git a/src/stdafx.h b/src/stdafx.h --- a/src/stdafx.h +++ b/src/stdafx.h @@ -58,14 +58,7 @@ #include #include #include - -/* MacOS X will use an NSAlert to display failed assertaions since they're lost unless running from a terminal - * strgen always runs from terminal and don't need a window for asserts */ -#if !defined(__APPLE__) || defined(STRGEN) - #include -#else - #include "os/macosx/macos.h" -#endif +#include #if defined(UNIX) || defined(__MINGW32__) #include