From: Szymon Janc <szymon.janc@tieto.com>
To: linux-bluetooth@vger.kernel.org
Cc: Szymon Janc <szymon.janc@tieto.com>
Subject: [PATCH v3 1/6] android/hal: Make hal.h self contained
Date: Tue, 22 Oct 2013 14:46:08 +0200 [thread overview]
Message-ID: <1382445973-8285-1-git-send-email-szymon.janc@tieto.com> (raw)
---
android/hal-av.c | 3 ---
android/hal-bluetooth.c | 5 -----
android/hal-hidhost.c | 3 ---
android/hal-pan.c | 3 ---
android/hal-sock.c | 3 ---
android/hal.h | 1 +
6 files changed, 1 insertion(+), 17 deletions(-)
diff --git a/android/hal-av.c b/android/hal-av.c
index ef45066..b1c5276 100644
--- a/android/hal-av.c
+++ b/android/hal-av.c
@@ -18,9 +18,6 @@
#include <stdbool.h>
#include <stddef.h>
-#include <hardware/bluetooth.h>
-#include <hardware/bt_av.h>
-
#include "hal-log.h"
#include "hal.h"
diff --git a/android/hal-bluetooth.c b/android/hal-bluetooth.c
index 5b07070..6adf0cb 100644
--- a/android/hal-bluetooth.c
+++ b/android/hal-bluetooth.c
@@ -20,11 +20,6 @@
#include <stdbool.h>
#include <string.h>
-#include <hardware/bluetooth.h>
-#include <hardware/bt_sock.h>
-#include <hardware/bt_hh.h>
-#include <hardware/bt_pan.h>
-
#include "hal-log.h"
#include "hal.h"
#include "hal-msg.h"
diff --git a/android/hal-hidhost.c b/android/hal-hidhost.c
index 8c47e27..2d5d091 100644
--- a/android/hal-hidhost.c
+++ b/android/hal-hidhost.c
@@ -18,9 +18,6 @@
#include <stdbool.h>
#include <stddef.h>
-#include <hardware/bluetooth.h>
-#include <hardware/bt_hh.h>
-
#include "hal-log.h"
#include "hal.h"
diff --git a/android/hal-pan.c b/android/hal-pan.c
index 645fe8c..f05a93b 100644
--- a/android/hal-pan.c
+++ b/android/hal-pan.c
@@ -18,9 +18,6 @@
#include <stdbool.h>
#include <stddef.h>
-#include <hardware/bluetooth.h>
-#include <hardware/bt_pan.h>
-
#include "hal-log.h"
#include "hal.h"
diff --git a/android/hal-sock.c b/android/hal-sock.c
index dab3756..364663c 100644
--- a/android/hal-sock.c
+++ b/android/hal-sock.c
@@ -17,9 +17,6 @@
#include <stdlib.h>
-#include <hardware/bluetooth.h>
-#include <hardware/bt_sock.h>
-
#include "hal-log.h"
#include "hal.h"
diff --git a/android/hal.h b/android/hal.h
index d984336..e3c4122 100644
--- a/android/hal.h
+++ b/android/hal.h
@@ -15,6 +15,7 @@
*
*/
+#include <hardware/bluetooth.h>
#include <hardware/bt_sock.h>
#include <hardware/bt_hh.h>
#include <hardware/bt_pan.h>
--
1.8.4
next reply other threads:[~2013-10-22 12:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-22 12:46 Szymon Janc [this message]
2013-10-22 12:46 ` [PATCH v3 2/6] android: Define helper payload field in hal_msg_hdr Szymon Janc
2013-10-22 12:46 ` [PATCH v3 3/6] android: Fix non-existing event definition Szymon Janc
2013-10-22 12:46 ` [PATCH v3 4/6] android: Define minimum legal notification event ID Szymon Janc
2013-10-22 12:46 ` [PATCH v3 5/6] android/hal: Add initial code for notification handling Szymon Janc
2013-10-22 12:46 ` [PATCH v3 6/6] android/hal: Add initial support for handling adapter notifications Szymon Janc
2013-10-22 13:17 ` [PATCH v3 1/6] android/hal: Make hal.h self contained Johan Hedberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1382445973-8285-1-git-send-email-szymon.janc@tieto.com \
--to=szymon.janc@tieto.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox