diff -r cb90b7f82cd5 -r 941251bad467 hedgewars/uFloat.pas --- 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