Include PCH everywhere

This commit is contained in:
momo5502
2025-03-18 20:19:26 +01:00
parent ef8a9dae6e
commit db1ef0dd16
12 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
#include "../std_include.hpp"
#include "apiset.hpp"
#include "default_apiset.hpp"

View File

@@ -1,3 +1,4 @@
#include "../std_include.hpp"
#include "afd_endpoint.hpp"
#include "afd_types.hpp"

View File

@@ -1,3 +1,4 @@
#include "../std_include.hpp"
#include "mount_point_manager.hpp"
#include "../windows_emulator.hpp"

View File

@@ -1,3 +1,4 @@
#include "std_include.hpp"
#include "emulator_thread.hpp"
#include "cpu_context.hpp"

View File

@@ -1,9 +1,8 @@
#include "std_include.hpp"
#include "exception_dispatch.hpp"
#include "process_context.hpp"
#include "cpu_context.hpp"
#include <platform/status.hpp>
namespace
{
using exception_record = EMU_EXCEPTION_RECORD<EmulatorTraits<Emu64>>;

View File

@@ -1,3 +1,4 @@
#include "std_include.hpp"
#include "io_device.hpp"
#include "devices/afd_endpoint.hpp"
#include "devices/mount_point_manager.hpp"

View File

@@ -1,3 +1,4 @@
#include "std_include.hpp"
#include "kusd_mmio.hpp"
#include <utils/time.hpp>
#include "windows_emulator.hpp"

View File

@@ -1,3 +1,4 @@
#include "std_include.hpp"
#include "memory_manager.hpp"
#include "memory_region.hpp"

View File

@@ -1,3 +1,4 @@
#include "std_include.hpp"
#include "process_context.hpp"
#include "emulator_utils.hpp"

View File

@@ -1,3 +1,4 @@
#include "../std_include.hpp"
#include "hive_parser.hpp"
#include <utils/string.hpp>

View File

@@ -1,3 +1,4 @@
#include "../std_include.hpp"
#include "registry_manager.hpp"
#include <serialization_helper.hpp>

View File

@@ -1,3 +1,4 @@
#include "std_include.hpp"
#include "syscall_dispatcher.hpp"
#include "syscall_utils.hpp"