mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
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:
parent
1444b42936
commit
2d6124049a
Notes:
sideshowbarker
2024-07-17 05:47:32 +09:00
Author: https://github.com/LucasChollet
Commit: 2d6124049a
Pull-request: https://github.com/SerenityOS/serenity/pull/15568
Reviewed-by: https://github.com/linusg ✅
Reviewed-by: https://github.com/sin-ack ✅
6 changed files with 3 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue