aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/MadDecoderPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-04 23:46:20 +0200
committerMax Kellermann <max@duempel.org>2013-09-04 23:46:20 +0200
commit5101ef4b028c8f661801f78ba0fe73fab0e80f7f (patch)
tree5a5b83c5132724ff1793900162eab3b5f648c218 /src/decoder/MadDecoderPlugin.cxx
parentee9e238179677ad0168ead6edfe17f798dbf47dc (diff)
downloadmpd-5101ef4b028c8f661801f78ba0fe73fab0e80f7f.tar.gz
mpd-5101ef4b028c8f661801f78ba0fe73fab0e80f7f.tar.xz
mpd-5101ef4b028c8f661801f78ba0fe73fab0e80f7f.zip
Tag*: move libtag.a sources to src/tag/
Diffstat (limited to '')
-rw-r--r--src/decoder/MadDecoderPlugin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/MadDecoderPlugin.cxx b/src/decoder/MadDecoderPlugin.cxx
index f77563fb2..381a5703f 100644
--- a/src/decoder/MadDecoderPlugin.cxx
+++ b/src/decoder/MadDecoderPlugin.cxx
@@ -21,8 +21,8 @@
#include "MadDecoderPlugin.hxx"
#include "DecoderAPI.hxx"
#include "conf.h"
-#include "TagId3.hxx"
-#include "TagRva2.hxx"
+#include "tag/TagId3.hxx"
+#include "tag/TagRva2.hxx"
#include "TagHandler.hxx"
#include "CheckAudioFormat.hxx"
#include "util/Error.hxx"