mirror of https://github.com/axmolengine/axmol.git
issue 82: remove the including of "platform/platform.h"
This commit is contained in:
parent
380123dd1d
commit
32fbef7d34
|
@ -26,7 +26,9 @@ THE SOFTWARE.
|
|||
|
||||
#include "CCProtocols.h"
|
||||
#include "CCNode.h"
|
||||
#include "platform/platform.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
namespace cocos2d {
|
||||
|
||||
#if CC_ENABLE_PROFILERS
|
||||
|
|
|
@ -26,6 +26,7 @@ THE SOFTWARE.
|
|||
#include "CCTextureCache.h"
|
||||
#include "support/base64.h"
|
||||
#include "CGPointExtension.h"
|
||||
#include "platform/platform.h"
|
||||
|
||||
#if CC_ENABLE_PROFILERS
|
||||
#include "Support/CCProfiling.h"
|
||||
|
|
Loading…
Reference in New Issue