]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/sample-util.c
Remove unnecessary #includes
[pulseaudio] / src / pulsecore / sample-util.c
index ee1da60aec3301db4fa3bda9eb072c0070ea152f..8a13495cbb883c9abaea09923e5be581f2726504 100644 (file)
@@ -29,6 +29,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
+#include <math.h>
 
 #include <pulse/timeval.h>
 
@@ -37,9 +38,9 @@
 #include <pulsecore/macro.h>
 #include <pulsecore/g711.h>
 #include <pulsecore/core-util.h>
+#include <pulsecore/endianmacros.h>
 
 #include "sample-util.h"
-#include "endianmacros.h"
 
 #define PA_SILENCE_MAX (PA_PAGE_SIZE*16)