summaryrefslogtreecommitdiff
path: root/src/pcm/Volume.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-01-17 11:02:11 +0100
committerMax Kellermann <max@musicpd.org>2017-01-17 22:01:01 +0100
commitde3e0585f1b32215861d5d7bb6629882562a2493 (patch)
treef93ce92f06511281b6bcdf009869c164def29fe4 /src/pcm/Volume.hxx
parentf85f25ba82bcef57fc7824d7b4b3f05683286c00 (diff)
AudioFormat: move enum SampleFormat to pcm/SampleFormat.hxx
Diffstat (limited to 'src/pcm/Volume.hxx')
-rw-r--r--src/pcm/Volume.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm/Volume.hxx b/src/pcm/Volume.hxx
index b989ba12b..fde00b0f4 100644
--- a/src/pcm/Volume.hxx
+++ b/src/pcm/Volume.hxx
@@ -20,7 +20,7 @@
#ifndef MPD_PCM_VOLUME_HXX
#define MPD_PCM_VOLUME_HXX
-#include "AudioFormat.hxx"
+#include "SampleFormat.hxx"
#include "PcmBuffer.hxx"
#include "PcmDither.hxx"