From 32fbef7d34341ec2868425de14ee2c4ba9c5c45b Mon Sep 17 00:00:00 2001 From: Ming Date: Wed, 25 Aug 2010 06:37:40 +0000 Subject: [PATCH] issue 82: remove the including of "platform/platform.h" --- cocos2dx/include/CCParticleSystem.h | 4 +++- cocos2dx/particle_nodes/CCParticleSystem.cpp | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cocos2dx/include/CCParticleSystem.h b/cocos2dx/include/CCParticleSystem.h index 0cd196da88..b7d4619177 100644 --- a/cocos2dx/include/CCParticleSystem.h +++ b/cocos2dx/include/CCParticleSystem.h @@ -26,7 +26,9 @@ THE SOFTWARE. #include "CCProtocols.h" #include "CCNode.h" -#include "platform/platform.h" + +#include + namespace cocos2d { #if CC_ENABLE_PROFILERS diff --git a/cocos2dx/particle_nodes/CCParticleSystem.cpp b/cocos2dx/particle_nodes/CCParticleSystem.cpp index e6c79afae3..d6dead9fbc 100644 --- a/cocos2dx/particle_nodes/CCParticleSystem.cpp +++ b/cocos2dx/particle_nodes/CCParticleSystem.cpp @@ -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"