hedgewars/uLandGraphics.pas
changeset 196 993cf173218b
parent 188 a7c2a61524c2
child 345 fa39c61be4de
--- a/hedgewars/uLandGraphics.pas	Wed Oct 11 19:37:48 2006 +0000
+++ b/hedgewars/uLandGraphics.pas	Thu Oct 12 18:52:00 2006 +0000
@@ -12,7 +12,7 @@
 procedure FillRoundInLand(X, Y, Radius: integer; Value: Longword);
 
 implementation
-uses SDLh, uStore, uMisc, uLand, uConsts;
+uses SDLh, uMisc, uLand, uConsts;
 
 procedure FillCircleLines(x, y, dx, dy: integer; Value: Longword);
 var i: integer;