From 7c5a343ac17f071f010b5a3860d786b0379c5efc Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Tue, 22 Jul 2014 10:42:53 +0300 Subject: [PATCH] android/client: Rearrange header includes Use proper order for header includes in 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 6a48025fb..f3f87fb2f 100644 --- a/android/client/if-audio.c +++ b/android/client/if-audio.c @@ -15,11 +15,12 @@ * */ +#include +#include +#include + #include "if-main.h" #include "../hal-utils.h" -#include "pthread.h" -#include "unistd.h" -#include audio_hw_device_t *if_audio = NULL; static struct audio_stream_out *stream_out = NULL; -- 2.47.3