File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1818#include " storage/kvstore/include/KVStore.h"
1919#include " storage/kvstore/kv_map/KVMap.h"
2020#include " blockdevice/BlockDevice.h"
21- #include " storage/ filesystem/FileSystem.h"
21+ #include " filesystem/FileSystem.h"
2222#include " storage/kvstore/filesystemstore/FileSystemStore.h"
2323#include " blockdevice/SlicingBlockDevice.h"
24- #include " storage/filesystem/ fat/FATFileSystem.h"
25- #include " storage/filesystem/ littlefs/LittleFileSystem.h"
24+ #include " fat/FATFileSystem.h"
25+ #include " littlefs/LittleFileSystem.h"
2626#include " storage/kvstore/tdbstore/TDBStore.h"
2727#include " mbed_error.h"
2828#include " drivers/FlashIAP.h"
Original file line number Diff line number Diff line change 1818
1919#include " FileSystemStore.h"
2020#include " storage/kvstore/conf/kv_config.h"
21- #include " storage/ filesystem/Dir.h"
22- #include " storage/ filesystem/File.h"
21+ #include " filesystem/Dir.h"
22+ #include " filesystem/File.h"
2323#include " blockdevice/BlockDevice.h"
2424#include " mbed_error.h"
2525#include < string.h>
Original file line number Diff line number Diff line change 1919#define MBED_FILE_SYSTEM_STORE_H
2020
2121#include " storage/kvstore/include/KVStore.h"
22- #include " storage/ filesystem/FileSystem.h"
22+ #include " filesystem/FileSystem.h"
2323
2424namespace mbed {
2525
Original file line number Diff line number Diff line change 2020#include " platform/PlatformMutex.h"
2121#include " platform/SingletonPtr.h"
2222#include " blockdevice/BlockDevice.h"
23- #include " storage/ filesystem/FileSystem.h"
23+ #include " filesystem/FileSystem.h"
2424
2525namespace mbed {
2626
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616#include " blockdevice/BlockDevice.h"
17- #include " storage/ filesystem/FileSystem.h"
18- #include " storage/filesystem/ fat/FATFileSystem.h"
19- #include " storage/filesystem/ littlefs/LittleFileSystem.h"
17+ #include " filesystem/FileSystem.h"
18+ #include " fat/FATFileSystem.h"
19+ #include " littlefs/LittleFileSystem.h"
2020#include " mbed_error.h"
2121
2222
You can’t perform that action at this time.
0 commit comments