DEADSOFTWARE

removed redunant path specifications in e_sound.pas
authorKetmar Dark <ketmar@ketmar.no-ip.org>
Wed, 6 Apr 2016 23:23:36 +0000 (02:23 +0300)
committerKetmar Dark <ketmar@ketmar.no-ip.org>
Wed, 6 Apr 2016 23:23:36 +0000 (02:23 +0300)
src/engine/e_sound.pas

index deda06d56c59cb6efcc64fe90581e329a8a18f26..ca0203e58079d87673078bcbefad4744ae49a6cf 100644 (file)
@@ -3,8 +3,8 @@ unit e_sound;
 interface
 
 uses
-  sdl2 in '../lib/sdl2/sdl2.pas',
-  SDL2_mixer in '../lib/sdl2/SDL2_mixer.pas',
+  sdl2,
+  SDL2_mixer,
   e_log,
   SysUtils;