[EGD-7741] Fix log headers in the master branch Fix the log headers in the master branch Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
2 files changed, 3 insertions(+), 3 deletions(-) M module-vfs/drivers/src/purefs/fs/filesystem_ext4.cpp M module-vfs/drivers/src/thirdparty/lwext4/ext4_bdev.cpp
M module-vfs/drivers/src/purefs/fs/filesystem_ext4.cpp => module-vfs/drivers/src/purefs/fs/filesystem_ext4.cpp +1 -1
@@ 8,7 8,7 @@ #include <purefs/fs/drivers/file_handle_ext4.hpp> #include <purefs/fs/drivers/directory_handle_ext4.hpp> #include <lwext4/ext4_bdev.hpp> #include <log.hpp> #include <log/log.hpp> #include <ext4.h> #include <ext4_inode.h> #include <ext4_super.h>
M module-vfs/drivers/src/thirdparty/lwext4/ext4_bdev.cpp => module-vfs/drivers/src/thirdparty/lwext4/ext4_bdev.cpp +2 -2
@@ 6,7 6,7 @@ #include <ext4_blockdev.h> #include <ext4_errno.h> #include <unordered_map> #include <log.hpp> #include <log/log.hpp> #include <mutex.hpp> #include <cstring> #include <purefs/blkdev/disk_manager.hpp> @@ 137,4 137,4 @@ namespace purefs::fs::drivers::ext4::internal return 0; } } // namespace purefs::fs::drivers::ext4::internal \ No newline at end of file } // namespace purefs::fs::drivers::ext4::internal