summaryrefslogtreecommitdiff
path: root/test/run_output.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-06-17 11:10:33 +0200
committerMax Kellermann <max@musicpd.org>2019-06-17 11:17:48 +0200
commite87f0ca7710afc6375570a44c95c5e6d14659493 (patch)
treecebccb75125f9b2860c00081c388e7775d121b93 /test/run_output.cxx
parenta139279575048d7bc758472fb9699f182dd4d7f6 (diff)
pcm/Pcm*: drop more "Pcm" prefixes from source file names
Diffstat (limited to 'test/run_output.cxx')
-rw-r--r--test/run_output.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_output.cxx b/test/run_output.cxx
index 314dd6671..2a31c001a 100644
--- a/test/run_output.cxx
+++ b/test/run_output.cxx
@@ -24,7 +24,7 @@
#include "event/Thread.hxx"
#include "fs/Path.hxx"
#include "AudioParser.hxx"
-#include "pcm/PcmConvert.hxx"
+#include "pcm/Convert.hxx"
#include "util/StringBuffer.hxx"
#include "util/RuntimeError.hxx"
#include "util/ScopeExit.hxx"