mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
order includes
This commit is contained in:
parent
e9e0704f0b
commit
dc4b18a40a
@ -47,11 +47,16 @@
|
||||
#include "btstack-config.h"
|
||||
|
||||
#include "bluetooth.h"
|
||||
#include "btstack_control.h"
|
||||
#include "btstack.h"
|
||||
#include "btstack_defines.h"
|
||||
#include "btstack_memory.h"
|
||||
#include "btstack_control.h"
|
||||
#include "btstack_debug.h"
|
||||
#include "btstack_defines.h"
|
||||
#include "btstack_linked_list.h"
|
||||
#include "btstack_memory.h"
|
||||
#include "btstack_memory_pool.h"
|
||||
#include "btstack_run_loop.h"
|
||||
#include "btstack_util.h"
|
||||
#include "btstack_version.h"
|
||||
#include "gap.h"
|
||||
#include "hci.h"
|
||||
#include "hci_cmds.h"
|
||||
@ -59,11 +64,6 @@
|
||||
#include "hci_transport.h"
|
||||
#include "l2cap.h"
|
||||
#include "l2cap_signaling.h"
|
||||
#include "btstack_linked_list.h"
|
||||
#include "btstack_memory_pool.h"
|
||||
#include "btstack_run_loop.h"
|
||||
#include "btstack_util.h"
|
||||
#include "btstack_version.h"
|
||||
|
||||
#ifdef HAVE_BLE
|
||||
#include "ble/ad_parser.h"
|
||||
|
Loading…
Reference in New Issue
Block a user