replaced btSimdMinMax.h by btMinMax.h in a few remaining places

This commit is contained in:
ejcoumans
2007-10-19 20:48:06 +00:00
parent dbe502c5a8
commit c625e756fe
7 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ subject to the following restrictions:
#include "BU_AlgebraicPolynomialSolver.h"
#include <math.h>
#include <btSimdMinMax.h>
#include <btMinMax.h>
int BU_AlgebraicPolynomialSolver::Solve2Quadratic(btScalar p, btScalar q)
{