mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-11 21:14:36 +08:00
android: Remove includes from adapter.h
This is internal header and dependencies should be included in respective .c files.
This commit is contained in:
parent
052e481adc
commit
fb1e40d65c
@ -26,6 +26,7 @@
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@ -21,12 +21,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "lib/bluetooth.h"
|
||||
|
||||
typedef void (*bt_adapter_ready)(int err);
|
||||
|
||||
void bt_adapter_init(uint16_t index, struct mgmt *mgmt_if,
|
||||
|
Loading…
Reference in New Issue
Block a user