diff options
author | Max Kellermann <max@musicpd.org> | 2017-02-08 08:26:58 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-02-08 08:49:42 +0100 |
commit | 03a97d87ea0b813951348d3cb03f0f82abcca12e (patch) | |
tree | f2ef0435fb067b44eb34860c67ee962ede6f3c4d /src/queue | |
parent | 8cbf099054d50288075967fc6ccb069640786a50 (diff) |
tag/Tag*: rename several source files
Diffstat (limited to 'src/queue')
-rw-r--r-- | src/queue/PlaylistTag.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/queue/PlaylistTag.cxx b/src/queue/PlaylistTag.cxx index 248c46a28..2bbc61a7e 100644 --- a/src/queue/PlaylistTag.cxx +++ b/src/queue/PlaylistTag.cxx @@ -28,7 +28,7 @@ #include "PlaylistError.hxx" #include "DetachedSong.hxx" #include "tag/Tag.hxx" -#include "tag/TagBuilder.hxx" +#include "tag/Builder.hxx" void playlist::AddSongIdTag(unsigned id, TagType tag_type, const char *value) |