Move BuildDefines.h include to platform.h

This commit is contained in:
dhewg 2011-12-19 16:19:37 +01:00
parent 5d8d3b726e
commit 966a380793
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -29,6 +29,8 @@ If you have questions concerning this license or the applicable additional terms
#ifndef __PLATFORM__
#define __PLATFORM__
#include "framework/BuildDefines.h"
/*
===============================================================================