From 388076d36dd6d1793800a58ebbd1e0287eb462be Mon Sep 17 00:00:00 2001 From: ccli8 Date: Mon, 24 Dec 2018 10:36:11 +0800 Subject: [PATCH] [Nuvoton] 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"