Update the header reference from feature/storage to stroage

pull/13244/head
Rajkumar Kanagaraj 2020-07-06 18:31:15 +01:00
parent 0bcf967870
commit aafdb8a0a3
2 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@
#include <cstddef>
#include <cstdint>
#include "features/storage/blockdevice/BlockDevice.h"
#include "storage/blockdevice/BlockDevice.h"
#include "platform/Callback.h"
namespace mbed {

View File

@ -19,10 +19,10 @@
#if DEVICEKEY_ENABLED
#include "mbedtls/cmac.h"
#include "mbedtls/platform.h"
#include "features/storage/kvstore/include/KVStore.h"
#include "features/storage/kvstore/tdbstore/TDBStore.h"
#include "features/storage/kvstore/kv_map/KVMap.h"
#include "features/storage/kvstore/conf/kv_config.h"
#include "storage/kvstore/include/KVStore.h"
#include "storage/kvstore/tdbstore/TDBStore.h"
#include "storage/kvstore/kv_map/KVMap.h"
#include "storage/kvstore/conf/kv_config.h"
#include "mbed_wait_api.h"
#include <stdlib.h>
#include "platform/mbed_error.h"