summaryrefslogtreecommitdiff
path: root/test/run_normalize.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_normalize.cxx
parent914ad261edd4bf50b5c58edf76d744d3a36bd70e (diff)
AudioFormat: move to pcm/
Diffstat (limited to 'test/run_normalize.cxx')
-rw-r--r--test/run_normalize.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run_normalize.cxx b/test/run_normalize.cxx
index 0c9f10d1d..e4acdc204 100644
--- a/test/run_normalize.cxx
+++ b/test/run_normalize.cxx
@@ -24,8 +24,8 @@
*/
#include "AudioCompress/compress.h"
-#include "AudioParser.hxx"
-#include "AudioFormat.hxx"
+#include "pcm/AudioParser.hxx"
+#include "pcm/AudioFormat.hxx"
#include "util/PrintException.hxx"
#include <stdexcept>