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 /test/test_translate_song.cxx | |
parent | 8cbf099054d50288075967fc6ccb069640786a50 (diff) |
tag/Tag*: rename several source files
Diffstat (limited to 'test/test_translate_song.cxx')
-rw-r--r-- | test/test_translate_song.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_translate_song.cxx b/test/test_translate_song.cxx index 698218029..bbe4d798a 100644 --- a/test/test_translate_song.cxx +++ b/test/test_translate_song.cxx @@ -7,7 +7,7 @@ #include "DetachedSong.hxx" #include "SongLoader.hxx" #include "client/Client.hxx" -#include "tag/TagBuilder.hxx" +#include "tag/Builder.hxx" #include "tag/Tag.hxx" #include "util/Domain.hxx" #include "fs/AllocatedPath.hxx" |