hedgewars/uAIAmmoTests.pas
changeset 7671 43f38923bc6e
parent 7620 fa3bc79dc0b8
child 7716 95117607b81a
--- a/hedgewars/uAIAmmoTests.pas	Wed Sep 05 02:11:51 2012 +0400
+++ b/hedgewars/uAIAmmoTests.pas	Wed Sep 05 02:17:04 2012 +0400
@@ -123,7 +123,7 @@
 const BadTurn = Low(LongInt) div 4;
 
 implementation
-uses uAIMisc, uVariables, uUtils, uGearsHandlers, uCollisions;
+uses uAIMisc, uVariables, uUtils, uGearsHandlers;
 
 function Metric(x1, y1, x2, y2: LongInt): LongInt; inline;
 begin