Bluetooth: Remove includes from internal headers
All required includes should be placed in source file that includes internal header. Change-Id: I161e7ebe2e62377ea4cf03f759d48f5900103076 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
348276044f
commit
cc261005f2
11 changed files with 12 additions and 10 deletions
|
@ -36,6 +36,7 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <stdbool.h>
|
||||
#include <atomic.h>
|
||||
#include <misc/byteorder.h>
|
||||
#include <misc/util.h>
|
||||
|
||||
|
@ -44,6 +45,7 @@
|
|||
#include <bluetooth/bluetooth.h>
|
||||
#include <bluetooth/uuid.h>
|
||||
#include <bluetooth/gatt.h>
|
||||
#include <bluetooth/driver.h>
|
||||
|
||||
#include "hci_core.h"
|
||||
#include "conn_internal.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue