From: Ketmar Dark Date: Wed, 6 Apr 2016 23:23:36 +0000 (+0300) Subject: removed redunant path specifications in e_sound.pas X-Git-Url: https://deadsoftware.ru/gitweb?a=commitdiff_plain;h=12f1b8efe72ebff8bb666a4de4d7008119c03af0;p=d2df-sdl.git removed redunant path specifications in e_sound.pas --- diff --git a/src/engine/e_sound.pas b/src/engine/e_sound.pas index deda06d..ca0203e 100644 --- a/src/engine/e_sound.pas +++ b/src/engine/e_sound.pas @@ -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;