aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/VorbisComments.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-04 23:54:37 +0200
committerMax Kellermann <max@duempel.org>2013-09-04 23:54:37 +0200
commit867b82b6deaeb0ae0517f31d58f7f0e58aa48d91 (patch)
tree50cdfdea8a527d0e1af8d059ebb9ec0f37a7641f /src/decoder/VorbisComments.cxx
parent5101ef4b028c8f661801f78ba0fe73fab0e80f7f (diff)
downloadmpd-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.cxx2
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"