aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm_utils.c')
-rw-r--r--src/pcm_utils.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pcm_utils.c b/src/pcm_utils.c
index 807c04c78..d11d4d42f 100644
--- a/src/pcm_utils.c
+++ b/src/pcm_utils.c
@@ -22,10 +22,7 @@
#include "log.h"
#include "utils.h"
#include "conf.h"
-
-#include <string.h>
-#include <math.h>
-#include <assert.h>
+#include "os_compat.h"
void pcm_volumeChange(char *buffer, int bufferSize, AudioFormat * format,
int volume)