From 51adaf2c47761e3f2095a52a7037cd8458b77990 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 24 Jan 2014 00:02:24 +0100 Subject: decoder/*: move to decoder/plugins/ --- src/TagStream.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/TagStream.cxx') diff --git a/src/TagStream.cxx b/src/TagStream.cxx index 8153d49e2..fc115c659 100644 --- a/src/TagStream.cxx +++ b/src/TagStream.cxx @@ -21,8 +21,8 @@ #include "TagStream.hxx" #include "util/UriUtil.hxx" #include "util/Error.hxx" -#include "DecoderList.hxx" -#include "DecoderPlugin.hxx" +#include "decoder/DecoderList.hxx" +#include "decoder/DecoderPlugin.hxx" #include "InputStream.hxx" #include "thread/Mutex.hxx" #include "thread/Cond.hxx" -- cgit v1.2.3