--- a/hedgewars/uPhysFSLayer.pas Tue Feb 04 12:37:26 2014 +0100
+++ b/hedgewars/uPhysFSLayer.pas Tue Feb 04 13:37:12 2014 +0100
@@ -3,8 +3,6 @@
interface
uses SDLh, LuaPas;
-{$INCLUDE "config.inc"}
-
const PhysfsLibName = {$IFDEF PHYSFS_INTERNAL}'libhwphysfs'{$ELSE}'libphysfs'{$ENDIF};
const PhyslayerLibName = 'libphyslayer';
@@ -38,7 +36,7 @@
{$ENDIF}
implementation
-uses uUtils, uVariables, sysutils;
+uses uConsts, uUtils, uVariables, sysutils;
{$IFNDEF PAS2C}
function PHYSFS_init(argv0: PChar) : LongInt; cdecl; external PhysfsLibName;