replaced #include "new.h" to #include <new>

This commit is contained in:
ejcoumans
2007-03-06 23:40:06 +00:00
parent 3c1ba0023b
commit adfdea5ca6
5 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ subject to the following restrictions:
#include "btHingeConstraint.h"
#include "BulletDynamics/Dynamics/btRigidBody.h"
#include "LinearMath/btTransformUtil.h"
#include "new.h"
#include <new>
btHingeConstraint::btHingeConstraint():
m_enableAngularMotor(false)