From: Andrei Emeltchenko <[email protected]>
---
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 <pthread.h>
+#include <unistd.h>
+#include <math.h>
+#include "../src/shared/util.h"
#include "if-main.h"
#include "../hal-utils.h"
-#include "pthread.h"
-#include "unistd.h"
-#include <math.h>
audio_hw_device_t *if_audio_sco = NULL;
static struct audio_stream_out *stream_out = NULL;
--
1.8.3.2
Hi Andrei,
On Mon, Jul 21, 2014, Andrei Emeltchenko wrote:
> ---
> android/client/if-sco.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
Applied (after a s/tools/client/ change in the commit message). Thanks.
Johan