LibAudio: Get rid of unused method Loader::file()

`aplay` and two files of `SoundPlayer` were relying on the include of
`LibCore/File.h` by `Loader.h`.
This commit is contained in:
Lucas CHOLLET 2022-10-12 18:20:39 +02:00 committed by Linus Groh
commit 2d6124049a
Notes: sideshowbarker 2024-07-17 05:47:32 +09:00
6 changed files with 3 additions and 5 deletions

View file

@ -6,6 +6,7 @@
*/
#include "Player.h"
#include <LibCore/File.h>
Player::Player(Audio::ConnectionToServer& audio_client_connection)
: m_audio_client_connection(audio_client_connection)