From 2c305d71cd346c2f38145bf7772cbbe837627ff6 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Mon, 21 Jul 2014 14:05:16 +0300 Subject: [PATCH] android/client: Rearrange headers include --- android/client/if-sco.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/client/if-sco.c b/android/client/if-sco.c index 456c5299d..4919fd95e 100644 --- a/android/client/if-sco.c +++ b/android/client/if-sco.c @@ -15,13 +15,13 @@ * */ -#include "../src/shared/util.h" +#include +#include +#include +#include "../src/shared/util.h" #include "if-main.h" #include "../hal-utils.h" -#include "pthread.h" -#include "unistd.h" -#include audio_hw_device_t *if_audio_sco = NULL; static struct audio_stream_out *stream_out = NULL; -- 2.47.3