diff -r 94c948a92759 -r 05192cdbce9b hedgewars/PascalExports.pas --- a/hedgewars/PascalExports.pas Tue Nov 30 22:46:47 2010 +0100 +++ b/hedgewars/PascalExports.pas Wed Dec 01 00:58:03 2010 +0100 @@ -21,8 +21,8 @@ unit PascalExports; interface -uses uKeys, GLunit, uWorld, uMisc, uConsole, uTeams, uConsts, uChat, - uGears, uSound, hwengine, uAmmos, uLocale; // don't change the order! +uses uTypes, uConsts, uVariables, GLunit, uKeys, uChat, uSound, uAmmos, uUtils, + uCommands; {$INCLUDE "config.inc"} type PPByte = ^PByte;