project_files/HedgewarsMobile/Classes/CGPointUtils.c
changeset 3922 44804043b691
parent 3547 02875b1145b7
child 4476 4bf74e158f44
--- a/project_files/HedgewarsMobile/Classes/CGPointUtils.c	Fri Oct 01 13:56:11 2010 -0400
+++ b/project_files/HedgewarsMobile/Classes/CGPointUtils.c	Sat Oct 02 04:23:32 2010 +0200
@@ -8,7 +8,7 @@
  */
 
 #include "CGPointUtils.h"
-#include <math.h>
+#include "math.h"
 
 
 CGFloat distanceBetweenPoints (CGPoint first, CGPoint second) {