summaryrefslogtreecommitdiff
path: root/src/PlaylistFile.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-07-05 09:59:00 +0200
committerMax Kellermann <max@musicpd.org>2019-07-05 09:59:58 +0200
commitd663f814202c10d32d50dec26c14d5d448a21f36 (patch)
tree790ae3557406a3e5869feb141bfcc0e0743c3301 /src/PlaylistFile.cxx
parent9cdebc90a00a63bbfd2525abc3cec002c4efda81 (diff)
include cleanups (powered by iwyu)
Diffstat (limited to 'src/PlaylistFile.cxx')
-rw-r--r--src/PlaylistFile.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/PlaylistFile.cxx b/src/PlaylistFile.cxx
index 2ca70d9e2..51955b3cc 100644
--- a/src/PlaylistFile.cxx
+++ b/src/PlaylistFile.cxx
@@ -39,15 +39,11 @@
#include "fs/FileSystem.hxx"
#include "fs/FileInfo.hxx"
#include "fs/DirectoryReader.hxx"
-#include "util/Macros.hxx"
#include "util/StringCompare.hxx"
#include "util/UriUtil.hxx"
-#include <memory>
-
#include <assert.h>
#include <string.h>
-#include <errno.h>
static const char PLAYLIST_COMMENT = '#';