OSDN Git Service

android/hal: Make hal.h self contained
authorSzymon Janc <szymon.janc@tieto.com>
Tue, 22 Oct 2013 12:46:08 +0000 (14:46 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Tue, 22 Oct 2013 13:17:26 +0000 (16:17 +0300)
android/hal-av.c
android/hal-bluetooth.c
android/hal-hidhost.c
android/hal-pan.c
android/hal-sock.c
android/hal.h

index ef45066..b1c5276 100644 (file)
@@ -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"
 
index 5b07070..6adf0cb 100644 (file)
 #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"
index 79de449..e1a3e97 100644 (file)
@@ -19,9 +19,6 @@
 #include <stddef.h>
 #include <string.h>
 
-#include <hardware/bluetooth.h>
-#include <hardware/bt_hh.h>
-
 #include "hal-log.h"
 #include "hal.h"
 #include "hal-msg.h"
index 645fe8c..f05a93b 100644 (file)
@@ -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"
 
index dab3756..364663c 100644 (file)
@@ -17,9 +17,6 @@
 
 #include <stdlib.h>
 
-#include <hardware/bluetooth.h>
-#include <hardware/bt_sock.h>
-
 #include "hal-log.h"
 #include "hal.h"
 
index d984336..e3c4122 100644 (file)
@@ -15,6 +15,7 @@
  *
  */
 
+#include <hardware/bluetooth.h>
 #include <hardware/bt_sock.h>
 #include <hardware/bt_hh.h>
 #include <hardware/bt_pan.h>