Bluetooth: Clean up hci_core.c include order
The stack.h will eventually be moved to a generic place. Also separate BLUETOOTH_CONN includes clearly. Change-Id: I52bf657ac6458c3a7c99a462d17e4a0d420d709f Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
bf0dd9a969
commit
9af971ac0a
1 changed files with 4 additions and 2 deletions
|
@ -32,13 +32,15 @@
|
|||
#include <bluetooth/hci.h>
|
||||
#include <bluetooth/driver.h>
|
||||
|
||||
#include "hci_core.h"
|
||||
#include "stack.h"
|
||||
|
||||
#include "keys.h"
|
||||
#include "hci_core.h"
|
||||
|
||||
#if defined(CONFIG_BLUETOOTH_CONN)
|
||||
#include "conn_internal.h"
|
||||
#include "l2cap_internal.h"
|
||||
#endif /* CONFIG_BLUETOOTH_CONN */
|
||||
#include "stack.h"
|
||||
|
||||
#if !defined(CONFIG_BLUETOOTH_DEBUG_HCI_CORE)
|
||||
#undef BT_DBG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue