From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html