diff options
author | Max Kellermann <max@musicpd.org> | 2019-07-05 09:59:00 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-07-05 09:59:58 +0200 |
commit | d663f814202c10d32d50dec26c14d5d448a21f36 (patch) | |
tree | 790ae3557406a3e5869feb141bfcc0e0743c3301 /src/AudioFormat.cxx | |
parent | 9cdebc90a00a63bbfd2525abc3cec002c4efda81 (diff) |
include cleanups (powered by iwyu)
Diffstat (limited to 'src/AudioFormat.cxx')
-rw-r--r-- | src/AudioFormat.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AudioFormat.cxx b/src/AudioFormat.cxx index 3469bd9a9..f7688063a 100644 --- a/src/AudioFormat.cxx +++ b/src/AudioFormat.cxx @@ -19,9 +19,9 @@ #include "AudioFormat.hxx" #include "util/StringBuffer.hxx" -#include "util/StringFormat.hxx" #include <assert.h> +#include <stdio.h> void AudioFormat::ApplyMask(AudioFormat mask) noexcept |