diff --git a/features/device_key/source/DeviceKey.cpp b/features/device_key/source/DeviceKey.cpp index 6dcf2c440a2..6220688a598 100644 --- a/features/device_key/source/DeviceKey.cpp +++ b/features/device_key/source/DeviceKey.cpp @@ -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" diff --git a/features/lorawan/lorastack/mac/LoRaMacCrypto.h b/features/lorawan/lorastack/mac/LoRaMacCrypto.h index 9136ab2d1fe..71173672a25 100644 --- a/features/lorawan/lorastack/mac/LoRaMacCrypto.h +++ b/features/lorawan/lorastack/mac/LoRaMacCrypto.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"