summaryrefslogtreecommitdiff
path: root/src/pcm/GlueResampler.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-07-05 09:59:00 +0200
committerMax Kellermann <max@musicpd.org>2019-07-05 09:59:58 +0200
commitd663f814202c10d32d50dec26c14d5d448a21f36 (patch)
tree790ae3557406a3e5869feb141bfcc0e0743c3301 /src/pcm/GlueResampler.hxx
parent9cdebc90a00a63bbfd2525abc3cec002c4efda81 (diff)
include cleanups (powered by iwyu)
Diffstat (limited to 'src/pcm/GlueResampler.hxx')
-rw-r--r--src/pcm/GlueResampler.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pcm/GlueResampler.hxx b/src/pcm/GlueResampler.hxx
index 7963267d1..8d65268eb 100644
--- a/src/pcm/GlueResampler.hxx
+++ b/src/pcm/GlueResampler.hxx
@@ -20,9 +20,10 @@
#ifndef MPD_GLUE_RESAMPLER_HXX
#define MPD_GLUE_RESAMPLER_HXX
-#include "AudioFormat.hxx"
+#include "SampleFormat.hxx"
#include "FormatConverter.hxx"
+struct AudioFormat;
class PcmResampler;
template<typename T> struct ConstBuffer;