diff -r 54a78ec6aac4 -r 0dfe26f48ec1 hedgewars/uAI.pas --- a/hedgewars/uAI.pas Sun Nov 21 19:14:45 2010 +0300 +++ b/hedgewars/uAI.pas Sun Nov 21 19:41:19 2010 +0300 @@ -31,7 +31,7 @@ implementation uses uConsts, SDLh, uAIMisc, uAIAmmoTests, uAIActions, uAmmos, SysUtils{$IFDEF UNIX}, cthreads{$ENDIF}, uTypes, - uVariables, uCommands, uUtils, uIO; + uVariables, uCommands, uUtils, uDebug; var BestActions: TActions; CanUseAmmo: array [TAmmoType] of boolean;