From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Streamline headers include for if-audio HAL client --- android/client/if-audio.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/android/client/if-audio.c b/android/client/if-audio.c index 6a48025..f3f87fb 100644 --- a/android/client/if-audio.c +++ b/android/client/if-audio.c @@ -15,11 +15,12 @@ * */ +#include <pthread.h> +#include <unistd.h> +#include <math.h> + #include "if-main.h" #include "../hal-utils.h" -#include "pthread.h" -#include "unistd.h" -#include <math.h> audio_hw_device_t *if_audio = NULL; static struct audio_stream_out *stream_out = NULL; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html