diff --git a/neo/idlib/precompiled.h b/neo/idlib/precompiled.h index 2181a8b5..e3600ca7 100644 --- a/neo/idlib/precompiled.h +++ b/neo/idlib/precompiled.h @@ -63,18 +63,6 @@ If you have questions concerning this license or the applicable additional terms #define NDEBUG #endif -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - //----------------------------------------------------- // non-portable system services diff --git a/neo/sys/platform.h b/neo/sys/platform.h index 06ebd5ee..f0628290 100644 --- a/neo/sys/platform.h +++ b/neo/sys/platform.h @@ -196,6 +196,18 @@ If you have questions concerning this license or the applicable additional terms #define id_attribute(x) #endif +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN #include