diff options
author | Max Kellermann <max@duempel.org> | 2013-09-04 23:54:37 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-04 23:54:37 +0200 |
commit | 867b82b6deaeb0ae0517f31d58f7f0e58aa48d91 (patch) | |
tree | 50cdfdea8a527d0e1af8d059ebb9ec0f37a7641f /src/decoder/VorbisComments.cxx | |
parent | 5101ef4b028c8f661801f78ba0fe73fab0e80f7f (diff) | |
download | mpd-867b82b6deaeb0ae0517f31d58f7f0e58aa48d91.tar.gz mpd-867b82b6deaeb0ae0517f31d58f7f0e58aa48d91.tar.xz mpd-867b82b6deaeb0ae0517f31d58f7f0e58aa48d91.zip |
Tag*: move TagTable.hxx to libtag.a
Diffstat (limited to 'src/decoder/VorbisComments.cxx')
-rw-r--r-- | src/decoder/VorbisComments.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/VorbisComments.cxx b/src/decoder/VorbisComments.cxx index 88a8dc772..eb64897d1 100644 --- a/src/decoder/VorbisComments.cxx +++ b/src/decoder/VorbisComments.cxx @@ -21,7 +21,7 @@ #include "VorbisComments.hxx" #include "XiphTags.hxx" #include "Tag.hxx" -#include "TagTable.hxx" +#include "tag/TagTable.hxx" #include "TagHandler.hxx" #include "replay_gain_info.h" |