From fb1e40d65ceee30ad8f288cfc326092739368575 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 7 Nov 2013 10:10:36 +0100 Subject: [PATCH] android: Remove includes from adapter.h This is internal header and dependencies should be included in respective .c files. --- android/adapter.c | 1 + android/adapter.h | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/android/adapter.c b/android/adapter.c index f02ef6434..521a75fc9 100644 --- a/android/adapter.c +++ b/android/adapter.c @@ -26,6 +26,7 @@ #endif #include +#include #include diff --git a/android/adapter.h b/android/adapter.h index 08f4f481e..c62b85963 100644 --- a/android/adapter.h +++ b/android/adapter.h @@ -21,12 +21,6 @@ * */ -#include -#include -#include - -#include "lib/bluetooth.h" - typedef void (*bt_adapter_ready)(int err); void bt_adapter_init(uint16_t index, struct mgmt *mgmt_if,