mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +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
6 changed files with 3 additions and 5 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <AK/LexicalPath.h>
|
||||
#include <AK/Random.h>
|
||||
#include <LibAudio/Loader.h>
|
||||
#include <LibCore/File.h>
|
||||
#include <LibGUI/MessageBox.h>
|
||||
|
||||
bool Playlist::load(StringView path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue