equal
deleted
inserted
replaced
17 |
17 |
18 |
18 |
19 |
19 |
20 #include <f32file.h> |
20 #include <f32file.h> |
21 #include "fileutil.h" |
21 #include "fileutil.h" |
22 #include "log_r6.h" |
|
23 |
22 |
24 TFileUtil::TFileUtil(RFs& aFs) : iFs(aFs) |
23 TFileUtil::TFileUtil(RFs& aFs) : iFs(aFs) |
25 { |
24 { |
26 } |
25 } |
27 |
26 |