diff options
Diffstat (limited to 'src/decoder/MadDecoderPlugin.cxx')
-rw-r--r-- | src/decoder/MadDecoderPlugin.cxx | 4 |
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" |