mirror of https://github.com/axmolengine/axmol.git
remove kazmath/kazmath.h include
This commit is contained in:
parent
debad86ec1
commit
30dec564e6
|
@ -61,8 +61,6 @@ THE SOFTWARE.
|
|||
#include "renderer/CCRenderer.h"
|
||||
#include "CCConsole.h"
|
||||
|
||||
#include "kazmath/kazmath.h"
|
||||
#include "kazmath/GL/matrix.h"
|
||||
#include "CCMath.h"
|
||||
|
||||
/**
|
||||
|
|
|
@ -33,9 +33,6 @@ THE SOFTWARE.
|
|||
#include "platform/CCFileUtils.h"
|
||||
#include "uthash.h"
|
||||
#include "deprecated/CCString.h"
|
||||
// extern
|
||||
#include "kazmath/GL/matrix.h"
|
||||
#include "kazmath/kazmath.h"
|
||||
|
||||
#if (CC_TARGET_PLATFORM == CC_PLATFORM_WINRT) || (CC_TARGET_PLATFORM == CC_PLATFORM_WP8)
|
||||
#include "CCPrecompiledShaders.h"
|
||||
|
|
|
@ -33,7 +33,6 @@ THE SOFTWARE.
|
|||
#include "ccMacros.h"
|
||||
#include "CCRef.h"
|
||||
#include "CCGL.h"
|
||||
#include "kazmath/kazmath.h"
|
||||
#include "CCMath.h"
|
||||
#include <set>
|
||||
|
||||
|
|
|
@ -35,9 +35,6 @@ THE SOFTWARE.
|
|||
#include "renderer/CCRenderer.h"
|
||||
#include "TransformUtils.h"
|
||||
|
||||
#include "kazmath/kazmath.h"
|
||||
#include "kazmath/GL/matrix.h"
|
||||
|
||||
NS_CC_BEGIN
|
||||
// implementation of GridBase
|
||||
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
#include "CCProtocols.h"
|
||||
#include "CCEventDispatcher.h"
|
||||
#include "CCVector.h"
|
||||
#include "kazmath/kazmath.h"
|
||||
#include "CCMath.h"
|
||||
|
||||
NS_CC_BEGIN
|
||||
|
|
|
@ -45,9 +45,6 @@ THE SOFTWARE.
|
|||
#include "CCDirector.h"
|
||||
#include "renderer/CCRenderer.h"
|
||||
|
||||
// external
|
||||
#include "kazmath/GL/matrix.h"
|
||||
#include "kazmath/kazmath.h"
|
||||
#include "deprecated/CCString.h"
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
@ -39,7 +39,6 @@ THE SOFTWARE.
|
|||
#include "CCPhysicsBody.h"
|
||||
#include "renderer/CCQuadCommand.h"
|
||||
#include "renderer/CCCustomCommand.h"
|
||||
#include "kazmath/kazmath.h"
|
||||
|
||||
NS_CC_BEGIN
|
||||
|
||||
|
|
|
@ -31,10 +31,6 @@ THE SOFTWARE.
|
|||
#include "ccConfig.h"
|
||||
#include "CCConfiguration.h"
|
||||
|
||||
// extern
|
||||
#include "kazmath/GL/matrix.h"
|
||||
#include "kazmath/kazmath.h"
|
||||
|
||||
NS_CC_BEGIN
|
||||
|
||||
namespace
|
||||
|
|
|
@ -131,10 +131,6 @@ THE SOFTWARE.
|
|||
#include "CCPhysicsJoint.h"
|
||||
#include "CCPhysicsWorld.h"
|
||||
|
||||
// kazmath
|
||||
#include "kazmath/kazmath.h"
|
||||
#include "kazmath/GL/matrix.h"
|
||||
|
||||
// platform
|
||||
#include "platform/CCDevice.h"
|
||||
#include "platform/CCCommon.h"
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include "CCRenderCommand.h"
|
||||
#include "CCGLProgram.h"
|
||||
#include "CCRenderCommandPool.h"
|
||||
#include "kazmath/kazmath.h"
|
||||
|
||||
NS_CC_BEGIN
|
||||
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include "CCRenderCommand.h"
|
||||
#include "CCGLProgram.h"
|
||||
#include "CCRenderCommandPool.h"
|
||||
#include "kazmath/kazmath.h"
|
||||
|
||||
NS_CC_BEGIN
|
||||
|
||||
|
|
|
@ -38,8 +38,6 @@
|
|||
#include "CCEventListenerCustom.h"
|
||||
#include "CCEventType.h"
|
||||
|
||||
#include "kazmath/kazmath.h"
|
||||
|
||||
NS_CC_BEGIN
|
||||
|
||||
// helper
|
||||
|
|
|
@ -28,7 +28,6 @@ THE SOFTWARE.
|
|||
|
||||
#include "CCGeometry.h"
|
||||
#include "CCPlatformMacros.h"
|
||||
#include "kazmath/kazmath.h"
|
||||
#include "CCMath.h"
|
||||
|
||||
NS_CC_BEGIN
|
||||
|
|
Loading…
Reference in New Issue