All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] android/client: Rearrange headers include
@ 2014-07-22  7:42 Andrei Emeltchenko
  2014-07-22  7:53 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Andrei Emeltchenko @ 2014-07-22  7:42 UTC (permalink / raw)
  To: linux-bluetooth

From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>

Streamline headers include for if-audio HAL client
---
 android/client/if-audio.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

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;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] android/client: Rearrange headers include
  2014-07-22  7:42 [PATCH] android/client: Rearrange headers include Andrei Emeltchenko
@ 2014-07-22  7:53 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2014-07-22  7:53 UTC (permalink / raw)
  To: Andrei Emeltchenko; +Cc: linux-bluetooth

Hi Andrei,

On Tue, Jul 22, 2014, Andrei Emeltchenko wrote:
> Streamline headers include for if-audio HAL client
> ---
>  android/client/if-audio.c | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)

Applied. Thanks.

Johan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-22  7:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-22  7:42 [PATCH] android/client: Rearrange headers include Andrei Emeltchenko
2014-07-22  7:53 ` Johan Hedberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.