DEADSOFTWARE

fix building holmes and tools
[d2df-sdl.git] / src / game / Doom2DF.lpr
index 446518f02e16db6c01989c97d732d0b464e0f081..69cf03426e052d182a4c420038dc5eee71d30a8f 100644 (file)
@@ -148,7 +148,6 @@ uses
   g_touch in 'sdl2/g_touch.pas',
 {$ENDIF}
 
-  SysUtils,
 {$IFDEF USE_FMOD}
   fmod in '../lib/FMOD/fmod.pas',
   fmoderrors in '../lib/FMOD/fmoderrors.pas',
@@ -181,10 +180,8 @@ uses
   fui_flexlay in '../flexui/fui_flexlay.pas',
   fui_ctls in '../flexui/fui_ctls.pas',
 {$ENDIF}
-
-  ImagingTypes,
-  Imaging,
-  ImagingUtility;
+  {$I ../shared/vampimg.inc}
+  SysUtils;
 
 {$IFDEF WINDOWS}
   {$R *.res}