android: Remove includes from adapter.h

This is internal header and dependencies should be included in
respective .c files.
This commit is contained in:
Szymon Janc 2013-11-07 10:10:36 +01:00 committed by Johan Hedberg
parent 052e481adc
commit fb1e40d65c
2 changed files with 1 additions and 6 deletions

View File

@ -26,6 +26,7 @@
#endif
#include <errno.h>
#include <stdlib.h>
#include <glib.h>

View File

@ -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,