hedgewars/uAI.pas
changeset 4403 0dfe26f48ec1
parent 4377 43945842da0c
child 4900 8ad0e23e6d63
--- 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;