diff options
author | Max Kellermann <max@duempel.org> | 2016-03-01 22:08:13 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-03-01 22:08:13 +0100 |
commit | 1aee89f5ea603d24991c73e2479472577aa28d66 (patch) | |
tree | 5ac6038804aa63c3c9a22c613efd734fa5d688fd /src/playlist/PlaylistMapper.cxx | |
parent | fb547260d1b992b64c0ffd78e3bc55db86f90bda (diff) |
*: include cleanup (using iwyu)
Diffstat (limited to 'src/playlist/PlaylistMapper.cxx')
-rw-r--r-- | src/playlist/PlaylistMapper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/playlist/PlaylistMapper.cxx b/src/playlist/PlaylistMapper.cxx index fde554562..bbfdb18a4 100644 --- a/src/playlist/PlaylistMapper.cxx +++ b/src/playlist/PlaylistMapper.cxx @@ -21,7 +21,6 @@ #include "PlaylistMapper.hxx" #include "PlaylistFile.hxx" #include "PlaylistStream.hxx" -#include "PlaylistRegistry.hxx" #include "Mapper.hxx" #include "fs/AllocatedPath.hxx" #include "storage/StorageInterface.hxx" |