Skip to content

Commit c2c6d25

Browse files
authored
Merge pull request #12521 from kivaisan/remove_include_mbedtls_config
Remove explicit include of mbedtls/config.h
2 parents d6df32d + 29affbc commit c2c6d25

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

features/device_key/source/DeviceKey.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include "DeviceKey.h"
1818

1919
#if DEVICEKEY_ENABLED
20-
#include "mbedtls/config.h"
2120
#include "mbedtls/cmac.h"
2221
#include "mbedtls/platform.h"
2322
#include "features/storage/kvstore/include/KVStore.h"

features/lorawan/lorastack/mac/LoRaMacCrypto.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ SPDX-License-Identifier: BSD-3-Clause
3030
#ifndef MBED_LORAWAN_MAC_LORAMAC_CRYPTO_H__
3131
#define MBED_LORAWAN_MAC_LORAMAC_CRYPTO_H__
3232

33-
#include "mbedtls/config.h"
3433
#include "mbedtls/aes.h"
3534
#include "mbedtls/cmac.h"
3635

0 commit comments

Comments
 (0)