hedgewars/uMisc.pas
branchqmlfrontend
changeset 11828 a69124eb7ce7
parent 11403 b894922d58cc
parent 11823 0fba6cb098a1
child 12855 1b2b84315d27
--- a/hedgewars/uMisc.pas	Tue May 17 23:18:08 2016 +0300
+++ b/hedgewars/uMisc.pas	Tue May 17 23:29:49 2016 +0300
@@ -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;