diff options
author | Max Kellermann <max@musicpd.org> | 2019-06-17 11:10:33 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-06-17 11:17:48 +0200 |
commit | e87f0ca7710afc6375570a44c95c5e6d14659493 (patch) | |
tree | cebccb75125f9b2860c00081c388e7775d121b93 /test/run_output.cxx | |
parent | a139279575048d7bc758472fb9699f182dd4d7f6 (diff) |
pcm/Pcm*: drop more "Pcm" prefixes from source file names
Diffstat (limited to 'test/run_output.cxx')
-rw-r--r-- | test/run_output.cxx | 2 |
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" |