hedgewars/uMisc.pas
changeset 11823 0fba6cb098a1
parent 11367 a91c4c4fd85c
child 11828 a69124eb7ce7
child 12621 d972b31f8881
--- a/hedgewars/uMisc.pas	Sun May 15 14:29:37 2016 +0300
+++ b/hedgewars/uMisc.pas	Sun May 15 23:11:14 2016 +0200
@@ -33,7 +33,7 @@
 function  SDL_RectMake(x, y, width, height: LongInt): TSDL_Rect; inline;
 
 implementation
-uses SysUtils, uVariables, uUtils
+uses uVariables, uUtils
      {$IFDEF PNG_SCREENSHOTS}, PNGh, png {$ENDIF};
 
 type PScreenshot = ^TScreenshot;