From 8f4d16fd1b5fe519677a32ffd65531be785ce926 Mon Sep 17 00:00:00 2001 From: dhewg Date: Mon, 19 Dec 2011 16:19:37 +0100 Subject: [PATCH] Move BuildDefines.h include to platform.h --- idlib/precompiled.h | 1 - sys/platform.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/idlib/precompiled.h b/idlib/precompiled.h index e3600ca..05bb87f 100644 --- a/idlib/precompiled.h +++ b/idlib/precompiled.h @@ -74,7 +74,6 @@ If you have questions concerning this license or the applicable additional terms // framework #include "../framework/BuildVersion.h" -#include "../framework/BuildDefines.h" #include "../framework/Licensee.h" #include "../framework/CmdSystem.h" #include "../framework/CVarSystem.h" diff --git a/sys/platform.h b/sys/platform.h index 90b6f01..f981901 100644 --- a/sys/platform.h +++ b/sys/platform.h @@ -29,6 +29,8 @@ If you have questions concerning this license or the applicable additional terms #ifndef __PLATFORM__ #define __PLATFORM__ +#include "framework/BuildDefines.h" + /* ===============================================================================