hedgewars/uPhysFSLayer.pas
changeset 11826 7654e2357934
parent 11683 17d102f9515d
child 11828 a69124eb7ce7
child 11832 f2ab65d97242
--- a/hedgewars/uPhysFSLayer.pas	Mon May 16 00:15:32 2016 +0200
+++ b/hedgewars/uPhysFSLayer.pas	Tue May 17 21:32:10 2016 +0200
@@ -40,7 +40,7 @@
 procedure hedgewarsMountPackage(filename: PChar); cdecl; external PhyslayerLibName;
 
 implementation
-uses uConsts, uUtils, uVariables{$IFNDEF PAS2C}, sysutils{$ELSE}, physfs{$ENDIF};
+uses uConsts, uUtils, uVariables{$IFDEF PAS2C}, physfs{$ENDIF};
 
 function PHYSFSRWOPS_openRead(fname: PChar): PSDL_RWops; cdecl; external PhyslayerLibName;
 function PHYSFSRWOPS_openWrite(fname: PChar): PSDL_RWops; cdecl; external PhyslayerLibName;