diff options
author | Max Kellermann <max@duempel.org> | 2014-02-07 21:30:03 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-07 21:30:03 +0100 |
commit | 02b67edaf5c24a44d1dacce0533f2851cfbe35e7 (patch) | |
tree | 40ff8f2767283f49b60c20617e5dfcd070824bbf /src | |
parent | 8549ccfd8c24c5666435ac4dd00ba3c7d14e0351 (diff) | |
download | mpd-02b67edaf5c24a44d1dacce0533f2851cfbe35e7.tar.gz mpd-02b67edaf5c24a44d1dacce0533f2851cfbe35e7.tar.xz mpd-02b67edaf5c24a44d1dacce0533f2851cfbe35e7.zip |
PlaylistSong: include cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/playlist/PlaylistSong.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/playlist/PlaylistSong.cxx b/src/playlist/PlaylistSong.cxx index e3defbddb..bb82a0254 100644 --- a/src/playlist/PlaylistSong.cxx +++ b/src/playlist/PlaylistSong.cxx @@ -19,11 +19,9 @@ #include "config.h" #include "PlaylistSong.hxx" -#include "Mapper.hxx" #include "SongLoader.hxx" #include "tag/Tag.hxx" #include "tag/TagBuilder.hxx" -#include "fs/AllocatedPath.hxx" #include "fs/Traits.hxx" #include "util/UriUtil.hxx" #include "util/Error.hxx" |