project_files/HedgewarsMobile/Classes/CGPointUtils.h
changeset 6908 896ed2afcfb8
parent 6832 fae8fd118da9
child 10108 c68cf030eded
--- a/project_files/HedgewarsMobile/Classes/CGPointUtils.h	Sun Apr 22 03:59:24 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/CGPointUtils.h	Sun Apr 22 04:48:11 2012 +0200
@@ -17,7 +17,7 @@
  */
 
 
-#import <CoreGraphics/CoreGraphics.h>
+#include <CoreGraphics/CoreGraphics.h>
 
 
 #define degreesToRadians(x) ( M_PI * x / 180.0)