Return-Path: From: Andrei Emeltchenko To: linux-bluetooth@vger.kernel.org Subject: [PATCHv1 23/23] android/tools: Rearrange headers include Date: Thu, 17 Jul 2014 11:54:23 +0300 Message-Id: <1405587263-19867-24-git-send-email-Andrei.Emeltchenko.news@gmail.com> In-Reply-To: <1405587263-19867-1-git-send-email-Andrei.Emeltchenko.news@gmail.com> References: <1405587263-19867-1-git-send-email-Andrei.Emeltchenko.news@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Andrei Emeltchenko --- 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 456c529..4919fd9 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; -- 1.9.1