feat: move CrashReport.cpp/hpp
This commit is contained in:
@@ -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 {
|
||||||
|
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user