diff -r 4600dcb9db4f -r 0fba6cb098a1 hedgewars/uSound.pas --- a/hedgewars/uSound.pas Sun May 15 14:29:37 2016 +0300 +++ b/hedgewars/uSound.pas Sun May 15 23:11:14 2016 +0200 @@ -33,7 +33,7 @@ * The channel id can be used to stop a specific sound loop. *) interface -uses SDLh, uConsts, uTypes, SysUtils; +uses SDLh, uConsts, uTypes; procedure preInitModule; procedure initModule;