diff options
author | Max Kellermann <max@duempel.org> | 2013-09-04 23:46:20 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-04 23:46:20 +0200 |
commit | 5101ef4b028c8f661801f78ba0fe73fab0e80f7f (patch) | |
tree | 5a5b83c5132724ff1793900162eab3b5f648c218 /test | |
parent | ee9e238179677ad0168ead6edfe17f798dbf47dc (diff) | |
download | mpd-5101ef4b028c8f661801f78ba0fe73fab0e80f7f.tar.gz mpd-5101ef4b028c8f661801f78ba0fe73fab0e80f7f.tar.xz mpd-5101ef4b028c8f661801f78ba0fe73fab0e80f7f.zip |
Tag*: move libtag.a sources to src/tag/
Diffstat (limited to 'test')
-rw-r--r-- | test/dump_rva2.cxx | 4 | ||||
-rw-r--r-- | test/read_tags.cxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/test/dump_rva2.cxx b/test/dump_rva2.cxx index 95a55eb43..2bc8e0a85 100644 --- a/test/dump_rva2.cxx +++ b/test/dump_rva2.cxx @@ -18,8 +18,8 @@ */ #include "config.h" -#include "TagId3.hxx" -#include "TagRva2.hxx" +#include "tag/TagId3.hxx" +#include "tag/TagRva2.hxx" #include "replay_gain_info.h" #include "conf.h" #include "Tag.hxx" diff --git a/test/read_tags.cxx b/test/read_tags.cxx index 8e45be930..7a3cd15d7 100644 --- a/test/read_tags.cxx +++ b/test/read_tags.cxx @@ -25,8 +25,8 @@ #include "InputStream.hxx" #include "AudioFormat.hxx" #include "TagHandler.hxx" -#include "TagId3.hxx" -#include "ApeTag.hxx" +#include "tag/TagId3.hxx" +#include "tag/ApeTag.hxx" #include "util/Error.hxx" #include <glib.h> |