Diff between 974af8d21775642568edd0c5c2a8aed61a5a1e27 and 2c305d71cd346c2f38145bf7772cbbe837627ff6

Changed Files

File Additions Deletions Status
android/client/if-sco.c +4 -4 modified

Full Patch

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;