Host: Remove unnecessary inclusion of headers in prov.c & ble_sm_alg.c

This commit is contained in:
Prasad Alatkar
2019-09-09 14:37:50 +02:00
committed by Szymon Janc
parent 80160ccdbe
commit db4d0fada0
2 changed files with 1 additions and 4 deletions
+1 -3
View File
@@ -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);
-1
View File
@@ -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"