This commit is contained in:
ownedbywuigi 2025-07-08 06:27:04 +01:00
parent bda989dc6c
commit ed7e1a0ebc
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
#pragma once
#include "common/common_types.h"
#include "../common/common_types.h"
namespace Common::Log {

View file

@ -7,7 +7,7 @@
#include <memory>
#include "..common/common_types.h"
#include "../common/common_types.h"
#include "vfs/vfs_types.h"
namespace FileSys {