Move BuildDefines.h include to platform.h

This commit is contained in:
dhewg 2011-12-19 16:19:37 +01:00 committed by Daniel Gibson
parent 7a40472c5b
commit 8f4d16fd1b
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"
/*
===============================================================================