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:
Angus Gratton 2017-09-05 17:11:32 +10:00 committed by Angus Gratton
parent 1be6bf6790
commit 48333aea48
2 changed files with 1 additions and 1 deletions

View file

@ -32,6 +32,7 @@
#include "alarm.h"
#include "thread.h"
#include "mutex.h"
#include "fixed_queue.h"
typedef struct {
uint16_t opcode;

View file

@ -21,7 +21,6 @@
#include "bt_types.h"
#include "allocator.h"
#include "fixed_queue.h"
#include "osi.h"
#include "future.h"
///// LEGACY DEFINITIONS /////