From 6585fd2162638e84328e668fa54c573c0722b920 Mon Sep 17 00:00:00 2001 From: boyu0 Date: Mon, 9 Sep 2013 16:58:55 +0800 Subject: [PATCH] issue #2771: Fix CI compile errors. --- cocos2dx/physics/CCPhysicsBody.h | 4 ++-- cocos2dx/physics/CCPhysicsContactDelegate.h | 4 ++-- cocos2dx/physics/CCPhysicsFixture.h | 4 ++-- cocos2dx/physics/CCPhysicsJoint.h | 4 ++-- cocos2dx/physics/CCPhysicsWorld.h | 4 ++-- cocos2dx/sprite_nodes/CCSprite.cpp | 2 ++ 6 files changed, 12 insertions(+), 10 deletions(-) diff --git a/cocos2dx/physics/CCPhysicsBody.h b/cocos2dx/physics/CCPhysicsBody.h index ee0adeba0e..04e0fa6acf 100644 --- a/cocos2dx/physics/CCPhysicsBody.h +++ b/cocos2dx/physics/CCPhysicsBody.h @@ -25,8 +25,8 @@ #ifndef __CCPHYSICS_BODY_H__ #define __CCPHYSICS_BODY_H__ -#include "CCObject.h" -#include "CCGeometry.h" +#include "cocoa/CCObject.h" +#include "cocoa/CCGeometry.h" #include "CCPhysicsSetting.h" #include diff --git a/cocos2dx/physics/CCPhysicsContactDelegate.h b/cocos2dx/physics/CCPhysicsContactDelegate.h index 1bead362d7..7c41756ae8 100644 --- a/cocos2dx/physics/CCPhysicsContactDelegate.h +++ b/cocos2dx/physics/CCPhysicsContactDelegate.h @@ -25,8 +25,8 @@ #ifndef __CCPHYSICS_CONTACTDELEGATE_H__ #define __CCPHYSICS_CONTACTDELEGATE_H__ -#include "CCObject.h" -#include "CCGeometry.h" +#include "cocoa/CCObject.h" +#include "cocoa/CCGeometry.h" #include "CCPhysicsSetting.h" NS_CC_BEGIN diff --git a/cocos2dx/physics/CCPhysicsFixture.h b/cocos2dx/physics/CCPhysicsFixture.h index 4753304ea2..76fc367e07 100644 --- a/cocos2dx/physics/CCPhysicsFixture.h +++ b/cocos2dx/physics/CCPhysicsFixture.h @@ -25,8 +25,8 @@ #ifndef __CCPHYSICS_FIXTURE_H__ #define __CCPHYSICS_FIXTURE_H__ -#include "CCObject.h" -#include "CCGeometry.h" +#include "cocoa/CCObject.h" +#include "cocoa/CCGeometry.h" #include "CCPhysicsSetting.h" NS_CC_BEGIN diff --git a/cocos2dx/physics/CCPhysicsJoint.h b/cocos2dx/physics/CCPhysicsJoint.h index 964f718135..5f3aaf011e 100644 --- a/cocos2dx/physics/CCPhysicsJoint.h +++ b/cocos2dx/physics/CCPhysicsJoint.h @@ -25,8 +25,8 @@ #ifndef __CCPHYSICS_JOINT_H__ #define __CCPHYSICS_JOINT_H__ -#include "CCObject.h" -#include "CCGeometry.h" +#include "cocoa/CCObject.h" +#include "cocoa/CCGeometry.h" #include "CCPhysicsSetting.h" NS_CC_BEGIN diff --git a/cocos2dx/physics/CCPhysicsWorld.h b/cocos2dx/physics/CCPhysicsWorld.h index bd450e49c2..1f092e5ae4 100644 --- a/cocos2dx/physics/CCPhysicsWorld.h +++ b/cocos2dx/physics/CCPhysicsWorld.h @@ -25,8 +25,8 @@ #ifndef __CCPHYSICS_WORLD_H__ #define __CCPHYSICS_WORLD_H__ -#include "CCObject.h" -#include "CCGeometry.h" +#include "cocoa/CCObject.h" +#include "cocoa/CCGeometry.h" #include "CCPhysicsSetting.h" diff --git a/cocos2dx/sprite_nodes/CCSprite.cpp b/cocos2dx/sprite_nodes/CCSprite.cpp index ed8f0460c3..0d75e93348 100644 --- a/cocos2dx/sprite_nodes/CCSprite.cpp +++ b/cocos2dx/sprite_nodes/CCSprite.cpp @@ -44,6 +44,8 @@ THE SOFTWARE. #include "cocoa/CCAffineTransform.h" #include "support/TransformUtils.h" #include "support/CCProfiling.h" +#include "physics/CCPhysicsBody.h" +#include "physics/CCPhysicsWorld.h" // external #include "kazmath/GL/matrix.h"