--- a/hedgewars/uKeys.pas Mon Jan 15 23:25:44 2007 +0000
+++ b/hedgewars/uKeys.pas Tue Jan 16 16:51:12 2007 +0000
@@ -18,8 +18,8 @@
unit uKeys;
interface
+uses uConsts;
{$INCLUDE options.inc}
-uses uConsts;
type TBinds = array[0..cKeyMaxIndex] of shortstring;