aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/RecorderOutputPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-23 23:09:14 +0100
committerMax Kellermann <max@duempel.org>2014-01-23 23:09:14 +0100
commit655ad344140ee250f8becf67544dbe035a3460b1 (patch)
tree1f9cf0ce40ba07378d2c129d765034c24284ffbe /src/output/RecorderOutputPlugin.cxx
parent017eecb8e8403f154fbd8c009437eb09abc60310 (diff)
downloadmpd-655ad344140ee250f8becf67544dbe035a3460b1.tar.gz
mpd-655ad344140ee250f8becf67544dbe035a3460b1.tar.xz
mpd-655ad344140ee250f8becf67544dbe035a3460b1.zip
Encoder*: move to src/encoder
.. and move the plugins to src/encoder/plugins/.
Diffstat (limited to 'src/output/RecorderOutputPlugin.cxx')
-rw-r--r--src/output/RecorderOutputPlugin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/output/RecorderOutputPlugin.cxx b/src/output/RecorderOutputPlugin.cxx
index b0fcba45a..cebbc2cec 100644
--- a/src/output/RecorderOutputPlugin.cxx
+++ b/src/output/RecorderOutputPlugin.cxx
@@ -20,8 +20,8 @@
#include "config.h"
#include "RecorderOutputPlugin.hxx"
#include "OutputAPI.hxx"
-#include "EncoderPlugin.hxx"
-#include "EncoderList.hxx"
+#include "encoder/EncoderPlugin.hxx"
+#include "encoder/EncoderList.hxx"
#include "ConfigError.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"