mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-30 13:50:03 +00:00
Host: Remove unnecessary inclusion of headers in prov.c & ble_sm_alg.c
This commit is contained in:
committed by
Szymon Janc
parent
80160ccdbe
commit
db4d0fada0
@@ -16,8 +16,6 @@
|
||||
#include "mesh/mesh.h"
|
||||
#include "mesh_priv.h"
|
||||
|
||||
#include <tinycrypt/ecc.h>
|
||||
|
||||
#include "crypto.h"
|
||||
#include "atomic.h"
|
||||
#include "adv.h"
|
||||
@@ -1418,7 +1416,7 @@ static void gen_prov_start(struct prov_rx *rx, struct os_mbuf *buf)
|
||||
gen_prov_ack_send(rx->xact_id);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
trailing_space = OS_MBUF_TRAILINGSPACE(link.rx.buf);
|
||||
|
||||
link.rx.buf->om_len = net_buf_simple_pull_be16(buf);
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
#if NIMBLE_BLE_SM
|
||||
|
||||
#include "nimble/ble.h"
|
||||
#include "nimble/nimble_opt.h"
|
||||
#include "ble_hs_priv.h"
|
||||
#include "tinycrypt/aes.h"
|
||||
#include "tinycrypt/constants.h"
|
||||
|
||||
Reference in New Issue
Block a user