mirror of https://github.com/ARMmbed/mbed-os.git
Update header path reference
parent
41f0796484
commit
51247d0c4c
|
|
@ -18,11 +18,11 @@
|
||||||
#include "storage/kvstore/include/KVStore.h"
|
#include "storage/kvstore/include/KVStore.h"
|
||||||
#include "storage/kvstore/kv_map/KVMap.h"
|
#include "storage/kvstore/kv_map/KVMap.h"
|
||||||
#include "blockdevice/BlockDevice.h"
|
#include "blockdevice/BlockDevice.h"
|
||||||
#include "storage/filesystem/FileSystem.h"
|
#include "filesystem/FileSystem.h"
|
||||||
#include "storage/kvstore/filesystemstore/FileSystemStore.h"
|
#include "storage/kvstore/filesystemstore/FileSystemStore.h"
|
||||||
#include "blockdevice/SlicingBlockDevice.h"
|
#include "blockdevice/SlicingBlockDevice.h"
|
||||||
#include "storage/filesystem/fat/FATFileSystem.h"
|
#include "fat/FATFileSystem.h"
|
||||||
#include "storage/filesystem/littlefs/LittleFileSystem.h"
|
#include "littlefs/LittleFileSystem.h"
|
||||||
#include "storage/kvstore/tdbstore/TDBStore.h"
|
#include "storage/kvstore/tdbstore/TDBStore.h"
|
||||||
#include "mbed_error.h"
|
#include "mbed_error.h"
|
||||||
#include "drivers/FlashIAP.h"
|
#include "drivers/FlashIAP.h"
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
|
|
||||||
#include "FileSystemStore.h"
|
#include "FileSystemStore.h"
|
||||||
#include "storage/kvstore/conf/kv_config.h"
|
#include "storage/kvstore/conf/kv_config.h"
|
||||||
#include "storage/filesystem/Dir.h"
|
#include "filesystem/Dir.h"
|
||||||
#include "storage/filesystem/File.h"
|
#include "filesystem/File.h"
|
||||||
#include "blockdevice/BlockDevice.h"
|
#include "blockdevice/BlockDevice.h"
|
||||||
#include "mbed_error.h"
|
#include "mbed_error.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
#define MBED_FILE_SYSTEM_STORE_H
|
#define MBED_FILE_SYSTEM_STORE_H
|
||||||
|
|
||||||
#include "storage/kvstore/include/KVStore.h"
|
#include "storage/kvstore/include/KVStore.h"
|
||||||
#include "storage/filesystem/FileSystem.h"
|
#include "filesystem/FileSystem.h"
|
||||||
|
|
||||||
namespace mbed {
|
namespace mbed {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
#include "platform/PlatformMutex.h"
|
#include "platform/PlatformMutex.h"
|
||||||
#include "platform/SingletonPtr.h"
|
#include "platform/SingletonPtr.h"
|
||||||
#include "blockdevice/BlockDevice.h"
|
#include "blockdevice/BlockDevice.h"
|
||||||
#include "storage/filesystem/FileSystem.h"
|
#include "filesystem/FileSystem.h"
|
||||||
|
|
||||||
namespace mbed {
|
namespace mbed {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,9 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
#include "blockdevice/BlockDevice.h"
|
#include "blockdevice/BlockDevice.h"
|
||||||
#include "storage/filesystem/FileSystem.h"
|
#include "filesystem/FileSystem.h"
|
||||||
#include "storage/filesystem/fat/FATFileSystem.h"
|
#include "fat/FATFileSystem.h"
|
||||||
#include "storage/filesystem/littlefs/LittleFileSystem.h"
|
#include "littlefs/LittleFileSystem.h"
|
||||||
#include "mbed_error.h"
|
#include "mbed_error.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue