From fd0ff1f4540b8f0f46c6d2c9def9efd0e81d1327 Mon Sep 17 00:00:00 2001 From: ccli8 Date: Mon, 24 Dec 2018 10:36:11 +0800 Subject: [PATCH] Remove unnecessary mbed_rtos_storage.h in crypto_misc.cpp --- targets/TARGET_NUVOTON/TARGET_M480/crypto/crypto-misc.cpp | 1 - targets/TARGET_NUVOTON/TARGET_NUC472/crypto/crypto-misc.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/targets/TARGET_NUVOTON/TARGET_M480/crypto/crypto-misc.cpp b/targets/TARGET_NUVOTON/TARGET_M480/crypto/crypto-misc.cpp index 36292622b5..95f72eaea9 100644 --- a/targets/TARGET_NUVOTON/TARGET_M480/crypto/crypto-misc.cpp +++ b/targets/TARGET_NUVOTON/TARGET_M480/crypto/crypto-misc.cpp @@ -20,7 +20,6 @@ #include "mbed_critical.h" #include "mbed_error.h" #include "cmsis_os2.h" -#include "mbed_rtos_storage.h" #include #include #include "nu_modutil.h" diff --git a/targets/TARGET_NUVOTON/TARGET_NUC472/crypto/crypto-misc.cpp b/targets/TARGET_NUVOTON/TARGET_NUC472/crypto/crypto-misc.cpp index 6653e37b4f..e44d15cf96 100644 --- a/targets/TARGET_NUVOTON/TARGET_NUC472/crypto/crypto-misc.cpp +++ b/targets/TARGET_NUVOTON/TARGET_NUC472/crypto/crypto-misc.cpp @@ -20,7 +20,6 @@ #include "mbed_critical.h" #include "mbed_error.h" #include "cmsis_os2.h" -#include "mbed_rtos_storage.h" #include #include #include "nu_modutil.h"