diff options
author | Max Kellermann <max@musicpd.org> | 2017-01-17 11:02:11 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-01-17 22:01:01 +0100 |
commit | de3e0585f1b32215861d5d7bb6629882562a2493 (patch) | |
tree | f93ce92f06511281b6bcdf009869c164def29fe4 /src/pcm/Volume.hxx | |
parent | f85f25ba82bcef57fc7824d7b4b3f05683286c00 (diff) |
AudioFormat: move enum SampleFormat to pcm/SampleFormat.hxx
Diffstat (limited to 'src/pcm/Volume.hxx')
-rw-r--r-- | src/pcm/Volume.hxx | 2 |
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" |