diff options
author | Max Kellermann <max@musicpd.org> | 2019-08-15 17:57:20 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-08-15 17:57:20 +0200 |
commit | f909615b14379da2c281d8c3727ca302793a59b5 (patch) | |
tree | b094fb4684f859172cf71a87d4bb3b18c8910965 /test/run_output.cxx | |
parent | 92c89f0c86b27d2e48f753a68d63ef3c1aad6105 (diff) |
include cleanups (powered by iwyu)
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 2a31c001a..bbefaa1ad 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/Convert.hxx" +#include "AudioFormat.hxx" #include "util/StringBuffer.hxx" #include "util/RuntimeError.hxx" #include "util/ScopeExit.hxx" |