summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Private/CRT/__mpcc_exception.hxx6
-rw-r--r--Private/CRT/__mpcc_malloc.hxx2
2 files changed, 1 insertions, 7 deletions
diff --git a/Private/CRT/__mpcc_exception.hxx b/Private/CRT/__mpcc_exception.hxx
index a41d1731..669ef8d5 100644
--- a/Private/CRT/__mpcc_exception.hxx
+++ b/Private/CRT/__mpcc_exception.hxx
@@ -38,9 +38,3 @@ namespace std
CANT_REACH(); // prevent from continuing.
}
}
-
-EXTERN_C void abort(void)
-{
- std::__throw_general();
- CANT_REACH();
-}
diff --git a/Private/CRT/__mpcc_malloc.hxx b/Private/CRT/__mpcc_malloc.hxx
index 35b0ffbc..a990d61e 100644
--- a/Private/CRT/__mpcc_malloc.hxx
+++ b/Private/CRT/__mpcc_malloc.hxx
@@ -6,7 +6,7 @@
#pragma once
-#include <KernelKit/KernelHeap.hpp>
+#include <NewKit/Defines.hpp>
namespace stdx
{