diff --git a/Core/Interrupts/IntManager.cpp b/Core/InterruptsManager.cpp similarity index 99% rename from Core/Interrupts/IntManager.cpp rename to Core/InterruptsManager.cpp index 8bbd188b..2667a3ee 100644 --- a/Core/Interrupts/IntManager.cpp +++ b/Core/InterruptsManager.cpp @@ -16,7 +16,7 @@ #elif defined(aa64) #endif -#include "../crashhandler.hpp" +#include "crashhandler.hpp" #include "../kernel.h" extern "C" SafeFunction void ExceptionHandler(void *Data) { CrashHandler::Handle(Data); }