feat: move CrashReport.cpp/hpp

This commit is contained in:
2026-04-08 07:45:51 +02:00
parent 886b181bfe
commit d87c14da25
4 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#pragma once #pragma once
#include <cstdint> #include <cstdint>
#include "Syscall.hpp" #include "Syscall.hpp"
#include "../CrashReport.hpp" #include "../Sched/CrashReport.hpp"
namespace Montauk { namespace Montauk {
+1 -1
View File
@@ -12,7 +12,7 @@
#include <CppLib/Stream.hpp> #include <CppLib/Stream.hpp>
#include <Memory/PageFrameAllocator.hpp> #include <Memory/PageFrameAllocator.hpp>
#include <Sched/Scheduler.hpp> #include <Sched/Scheduler.hpp>
#include "CrashReport.hpp" #include <Sched/CrashReport.hpp>
#include <Timekeeping/ApicTimer.hpp> #include <Timekeeping/ApicTimer.hpp>
namespace Hal { namespace Hal {