From cf57db42e9464957ea6e0ad173f93d0192adb827 Mon Sep 17 00:00:00 2001 From: dhewg Date: Fri, 16 Dec 2011 23:01:59 +0100 Subject: [PATCH] Move common includes from precompiled.h to platform.h --- neo/idlib/precompiled.h | 12 ------------ neo/sys/platform.h | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) 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