bluedroid: Move fixed_queue.h to implementation of hci_layer.c
Avoids pulling types like list_node into the public interface. Closes https://github.com/espressif/esp-idf/issues/948
This commit is contained in:
parent
1be6bf6790
commit
48333aea48
2 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,7 @@
|
||||||
#include "alarm.h"
|
#include "alarm.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "mutex.h"
|
#include "mutex.h"
|
||||||
|
#include "fixed_queue.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint16_t opcode;
|
uint16_t opcode;
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
#include "bt_types.h"
|
#include "bt_types.h"
|
||||||
#include "allocator.h"
|
#include "allocator.h"
|
||||||
#include "fixed_queue.h"
|
|
||||||
#include "osi.h"
|
#include "osi.h"
|
||||||
#include "future.h"
|
#include "future.h"
|
||||||
///// LEGACY DEFINITIONS /////
|
///// LEGACY DEFINITIONS /////
|
||||||
|
|
Loading…
Reference in a new issue