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:
Johan Hedberg 2015-11-06 17:04:22 +02:00 committed by Anas Nashif
commit 9af971ac0a

View file

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