diff options
Diffstat (limited to 'src/pcm')
-rw-r--r-- | src/pcm/PcmResample.hxx | 1 | ||||
-rw-r--r-- | src/pcm/PcmVolume.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/pcm/PcmResample.hxx b/src/pcm/PcmResample.hxx index 790055486..8699597c1 100644 --- a/src/pcm/PcmResample.hxx +++ b/src/pcm/PcmResample.hxx @@ -25,7 +25,6 @@ #include <stdint.h> #include <stddef.h> -#include <stdbool.h> #ifdef HAVE_LIBSAMPLERATE #include <samplerate.h> diff --git a/src/pcm/PcmVolume.hxx b/src/pcm/PcmVolume.hxx index d3e6a5536..ed660b22a 100644 --- a/src/pcm/PcmVolume.hxx +++ b/src/pcm/PcmVolume.hxx @@ -24,7 +24,6 @@ #include "audio_format.h" #include <stdint.h> -#include <stdbool.h> #include <stddef.h> enum { |