summaryrefslogtreecommitdiffhomepage
path: root/Private/NewKit/NewKit.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/NewKit/NewKit.hpp')
-rw-r--r--Private/NewKit/NewKit.hpp20
1 files changed, 9 insertions, 11 deletions
diff --git a/Private/NewKit/NewKit.hpp b/Private/NewKit/NewKit.hpp
index 8e560914..fc18a900 100644
--- a/Private/NewKit/NewKit.hpp
+++ b/Private/NewKit/NewKit.hpp
@@ -10,18 +10,16 @@
#pragma once
-#include <NewKit/OwnPtr.hpp>
-#include <NewKit/New.hpp>
-#include <NewKit/Json.hpp>
-#include <NewKit/UserHeap.hpp>
-#include <NewKit/ErrorOr.hpp>
-#include <NewKit/ArrayList.hpp>
#include <NewKit/Array.hpp>
+#include <NewKit/ArrayList.hpp>
+#include <NewKit/ErrorOr.hpp>
+#include <NewKit/Json.hpp>
+#include <NewKit/KernelCheck.hpp>
+#include <NewKit/LockDelegate.hpp>
+#include <NewKit/MutableArray.hpp>
+#include <NewKit/New.hpp>
+#include <NewKit/OwnPtr.hpp>
#include <NewKit/Ref.hpp>
-#include <NewKit/RuntimeCheck.hpp>
#include <NewKit/Stream.hpp>
+#include <NewKit/UserHeap.hpp>
#include <NewKit/Utils.hpp>
-#include <NewKit/MutableArray.hpp>
-#include <NewKit/LockDelegate.hpp>
-
-