hedgewars/uTeams.pas
changeset 4377 43945842da0c
parent 4376 9654205a9424
child 4391 de9e1a5102b4
--- a/hedgewars/uTeams.pas	Thu Nov 18 11:50:02 2010 +0300
+++ b/hedgewars/uTeams.pas	Thu Nov 18 12:12:51 2010 +0300
@@ -37,7 +37,8 @@
 function  GetTeamStatString(p: PTeam): shortstring;
 
 implementation
-uses uMisc, uWorld, uLocale, uAmmos, uChat, uMobile, uVariables, uUtils, uIO;
+uses uWorld, uLocale, uAmmos, uChat, uMobile, uVariables, uUtils, uIO;
+
 const MaxTeamHealth: LongInt = 0;
 
 function CheckForWin: boolean;