# HG changeset patch # User sheepluva # Date 1463350532 -7200 # Node ID bb6503b9847e3615fdf4bfba8dbcb33da0824625 # Parent 3f1f8f79fcdb8b1da50b17ed7805954ce9f5dfb8 remove another useless SysUtils include diff -r 3f1f8f79fcdb -r bb6503b9847e hedgewars/uAI.pas --- a/hedgewars/uAI.pas Sun May 15 23:59:24 2016 +0200 +++ b/hedgewars/uAI.pas Mon May 16 00:15:32 2016 +0200 @@ -30,7 +30,7 @@ implementation uses uConsts, SDLh, uAIMisc, uAIAmmoTests, uAIActions, - uAmmos, SysUtils, uTypes, + uAmmos, uTypes, uVariables, uCommands, uUtils, uDebug, uAILandMarks; var BestActions: TActions;