summaryrefslogtreecommitdiff
path: root/test/run_encoder.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-01-18 20:07:09 +0100
committerMax Kellermann <max@musicpd.org>2020-01-18 20:24:59 +0100
commitcd612c4eef0afc45f2ef7268224a789d89eeda56 (patch)
tree4019518f801ce405d9cbbf17596ce64cf0ce6c59 /test/run_encoder.cxx
parent914ad261edd4bf50b5c58edf76d744d3a36bd70e (diff)
AudioFormat: move to pcm/
Diffstat (limited to 'test/run_encoder.cxx')
-rw-r--r--test/run_encoder.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run_encoder.cxx b/test/run_encoder.cxx
index 61749c7a2..ca7774201 100644
--- a/test/run_encoder.cxx
+++ b/test/run_encoder.cxx
@@ -21,8 +21,8 @@
#include "encoder/EncoderPlugin.hxx"
#include "encoder/EncoderInterface.hxx"
#include "encoder/ToOutputStream.hxx"
-#include "AudioFormat.hxx"
-#include "AudioParser.hxx"
+#include "pcm/AudioFormat.hxx"
+#include "pcm/AudioParser.hxx"
#include "config/Block.hxx"
#include "fs/io/StdioOutputStream.hxx"
#include "util/PrintException.hxx"