Revert "Include cmath instead of math.h in Collider.cpp"

No longer needed with update to Graphite v1.3.9.
This commit is contained in:
trav90
2016-07-24 12:57:41 -05:00
committed by roytam1
parent 14e2d06ba2
commit 0da81c352d
+1 -1
View File
@@ -26,7 +26,7 @@ of the License or (at your option) any later version.
*/
#include <algorithm>
#include <limits>
#include <cmath>
#include <math.h>
#include <string>
#include <functional>
#include "inc/Collider.h"