more c++ include references removed

This commit is contained in:
Juan Linietsky 2015-09-10 20:53:31 -03:00
parent c7426717d3
commit 682578f3b3

View file

@ -21,8 +21,8 @@
#include "b2Triangle.h"
#include "b2Polygon.h"
#include <cmath>
#include <climits>
#include <math.h>
#include <limits.h>
#include <assert.h>
#define b2Assert assert