Diff between 30e7a4a80d2f1e6691cf9dbbd909c2e350072c0d and 7c5a343ac17f071f010b5a3860d786b0379c5efc

Changed Files

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

Full Patch

diff --git a/android/client/if-audio.c b/android/client/if-audio.c
index 6a48025..f3f87fb 100644
--- a/android/client/if-audio.c
+++ b/android/client/if-audio.c
@@ -15,11 +15,12 @@
  *
  */
 
+#include <pthread.h>
+#include <unistd.h>
+#include <math.h>
+
 #include "if-main.h"
 #include "../hal-utils.h"
-#include "pthread.h"
-#include "unistd.h"
-#include <math.h>
 
 audio_hw_device_t *if_audio = NULL;
 static struct audio_stream_out *stream_out = NULL;