Remove unnecessary mbed_rtos_storage.h in crypto_misc.cpp

pull/9370/head
ccli8 2018-12-24 10:36:11 +08:00 committed by adbridge
parent 2789854475
commit fd0ff1f454
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@
#include "mbed_critical.h" #include "mbed_critical.h"
#include "mbed_error.h" #include "mbed_error.h"
#include "cmsis_os2.h" #include "cmsis_os2.h"
#include "mbed_rtos_storage.h"
#include <string.h> #include <string.h>
#include <limits.h> #include <limits.h>
#include "nu_modutil.h" #include "nu_modutil.h"

View File

@ -20,7 +20,6 @@
#include "mbed_critical.h" #include "mbed_critical.h"
#include "mbed_error.h" #include "mbed_error.h"
#include "cmsis_os2.h" #include "cmsis_os2.h"
#include "mbed_rtos_storage.h"
#include <string.h> #include <string.h>
#include <limits.h> #include <limits.h>
#include "nu_modutil.h" #include "nu_modutil.h"