mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12521 from kivaisan/remove_include_mbedtls_config
Remove explicit include of mbedtls/config.hpull/12545/head
commit
c2c6d251fd
|
@ -17,7 +17,6 @@
|
|||
#include "DeviceKey.h"
|
||||
|
||||
#if DEVICEKEY_ENABLED
|
||||
#include "mbedtls/config.h"
|
||||
#include "mbedtls/cmac.h"
|
||||
#include "mbedtls/platform.h"
|
||||
#include "features/storage/kvstore/include/KVStore.h"
|
||||
|
|
|
@ -30,7 +30,6 @@ SPDX-License-Identifier: BSD-3-Clause
|
|||
#ifndef MBED_LORAWAN_MAC_LORAMAC_CRYPTO_H__
|
||||
#define MBED_LORAWAN_MAC_LORAMAC_CRYPTO_H__
|
||||
|
||||
#include "mbedtls/config.h"
|
||||
#include "mbedtls/aes.h"
|
||||
#include "mbedtls/cmac.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue