summaryrefslogtreecommitdiff
path: root/Userland/Applications/SoundPlayer/M3UParser.cpp
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2021-07-31 03:52:33 -0700
committerGunnar Beutner <gunnar@beutner.name>2021-08-01 08:10:16 +0200
commita51e6547aa337ee3286d8ac5da162cede517c877 (patch)
tree6607ffd572056aaebc3e2b834a98bf596d2614ef /Userland/Applications/SoundPlayer/M3UParser.cpp
parent4374e1e213c81791be4c44e27ce05cc2e30896a7 (diff)
downloadserenity-a51e6547aa337ee3286d8ac5da162cede517c877.zip
Applications: Remove unused header includes
Diffstat (limited to 'Userland/Applications/SoundPlayer/M3UParser.cpp')
-rw-r--r--Userland/Applications/SoundPlayer/M3UParser.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Userland/Applications/SoundPlayer/M3UParser.cpp b/Userland/Applications/SoundPlayer/M3UParser.cpp
index f950b40784..9efb030168 100644
--- a/Userland/Applications/SoundPlayer/M3UParser.cpp
+++ b/Userland/Applications/SoundPlayer/M3UParser.cpp
@@ -5,12 +5,9 @@
*/
#include "M3UParser.h"
-#include <AK/NonnullOwnPtrVector.h>
#include <AK/OwnPtr.h>
#include <AK/RefPtr.h>
#include <AK/Utf8View.h>
-#include <LibCore/FileStream.h>
-#include <ctype.h>
M3UParser::M3UParser()
{