mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-28 08:37:22 +00:00
remove btstack_run_loop_base.h include from run loop implementations and tests
This commit is contained in:
parent
6f122aa372
commit
9f1d8eee3d
@ -58,7 +58,6 @@
|
||||
#include "btstack_run_loop_embedded.h"
|
||||
|
||||
#include "btstack_run_loop.h"
|
||||
#include "btstack_run_loop_base.h"
|
||||
#include "btstack_linked_list.h"
|
||||
#include "btstack_util.h"
|
||||
#include "hal_tick.h"
|
||||
|
@ -49,7 +49,6 @@
|
||||
|
||||
#include "btstack_run_loop_freertos.h"
|
||||
|
||||
#include "btstack_run_loop_base.h"
|
||||
#include "btstack_linked_list.h"
|
||||
#include "btstack_debug.h"
|
||||
#include "btstack_util.h"
|
||||
|
@ -49,7 +49,6 @@
|
||||
#include "btstack_run_loop_posix.h"
|
||||
|
||||
#include "btstack_run_loop.h"
|
||||
#include "btstack_run_loop_base.h"
|
||||
#include "btstack_util.h"
|
||||
#include "btstack_linked_list.h"
|
||||
#include "btstack_debug.h"
|
||||
|
@ -47,7 +47,6 @@
|
||||
#include "btstack_run_loop_qt.h"
|
||||
|
||||
#include "btstack_run_loop.h"
|
||||
#include "btstack_run_loop_base.h"
|
||||
#include "btstack_util.h"
|
||||
#include "btstack_linked_list.h"
|
||||
#include "btstack_debug.h"
|
||||
|
@ -48,7 +48,6 @@
|
||||
|
||||
#include "btstack_run_loop_wiced.h"
|
||||
|
||||
#include "btstack_run_loop_base.h"
|
||||
#include "btstack_linked_list.h"
|
||||
#include "btstack_debug.h"
|
||||
#include "btstack_util.h"
|
||||
|
@ -42,7 +42,6 @@
|
||||
*/
|
||||
|
||||
#include "btstack_run_loop.h"
|
||||
#include "btstack_run_loop_base.h"
|
||||
#include "btstack_run_loop_windows.h"
|
||||
#include "btstack_linked_list.h"
|
||||
#include "btstack_debug.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "hal_uart_dma.h"
|
||||
|
||||
#include "btstack_run_loop.h"
|
||||
#include "btstack_run_loop_base.h"
|
||||
#include "btstack_run_loop_embedded.h"
|
||||
#include "btstack_memory.h"
|
||||
#include "btstack_debug.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user