diff -r 1ec44dde5eb9 -r b8f3d8991e92 hedgewars/uGearsHedgehog.pas --- a/hedgewars/uGearsHedgehog.pas Wed May 02 12:24:44 2012 +0200 +++ b/hedgewars/uGearsHedgehog.pas Wed May 02 11:43:43 2012 +0100 @@ -30,7 +30,7 @@ procedure PickUp(HH, Gear: PGear); implementation -uses uConsts, uVariables, uFloat, uAmmos, uSound, uCaptions, uMisc, +uses uConsts, uVariables, uFloat, uAmmos, uSound, uCaptions, uCommands, uLocale, uUtils, uVisualGears, uStats, uIO, uScript, uGearsList, uGears, uCollisions, uRandom, uStore, uTeams, uGearsUtils;