hedgewars/uFloat.pas
changeset 4415 941251bad467
parent 4374 bcefeeabaa33
child 4900 8ad0e23e6d63
--- a/hedgewars/uFloat.pas	Mon Nov 22 21:49:57 2010 +0300
+++ b/hedgewars/uFloat.pas	Mon Nov 22 21:57:45 2010 +0300
@@ -148,7 +148,7 @@
 {$ENDIF}
 
 implementation
-//uses uMisc;
+uses uSinTable;
 
 
 {$IFDEF FPC}
@@ -349,7 +349,6 @@
 if r.isNegative then hwSign:= -1 else hwSign:= 1
 end;
 
-{$INCLUDE "SinTable.inc"}
 
 function AngleSin(const Angle: Longword): hwFloat;
 begin