hedgewars/uLand.pas
changeset 196 993cf173218b
parent 191 a03c2d037e24
child 316 57d50189ad86
--- a/hedgewars/uLand.pas	Wed Oct 11 19:37:48 2006 +0000
+++ b/hedgewars/uLand.pas	Thu Oct 12 18:52:00 2006 +0000
@@ -18,7 +18,7 @@
 
 unit uLand;
 interface
-uses SDLh, uGears, uLandTemplates;
+uses SDLh, uLandTemplates;
 {$include options.inc}
 type TLandArray = packed array[0..1023, 0..2047] of LongWord;
      TPreview = packed array[0..127, 0..31] of byte;
@@ -32,7 +32,7 @@
 
 
 implementation
-uses uConsole, uStore, uMisc, uConsts, uRandom, uTeams, uIO, uLandObjects;
+uses uConsole, uStore, uMisc, uConsts, uRandom, uTeams, uLandObjects;
 
 type TPixAr = record
               Count: Longword;