summaryrefslogtreecommitdiffhomepage
path: root/public/frameworks/KernelTest.fwrk/headers
diff options
context:
space:
mode:
Diffstat (limited to 'public/frameworks/KernelTest.fwrk/headers')
-rw-r--r--public/frameworks/KernelTest.fwrk/headers/Foundation.h2
-rw-r--r--public/frameworks/KernelTest.fwrk/headers/SourceLocation.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/public/frameworks/KernelTest.fwrk/headers/Foundation.h b/public/frameworks/KernelTest.fwrk/headers/Foundation.h
index 8ff956a7..3bc7225d 100644
--- a/public/frameworks/KernelTest.fwrk/headers/Foundation.h
+++ b/public/frameworks/KernelTest.fwrk/headers/Foundation.h
@@ -6,8 +6,8 @@
#pragma once
-#include <libSystem/SystemKit/System.h>
#include <libSystem/SystemKit/Err.h>
+#include <libSystem/SystemKit/System.h>
#include <CoreFoundation.fwrk/headers/Object.h>
#include <CoreFoundation.fwrk/headers/String.h>
diff --git a/public/frameworks/KernelTest.fwrk/headers/SourceLocation.h b/public/frameworks/KernelTest.fwrk/headers/SourceLocation.h
index 6cfddae2..39fdafbb 100644
--- a/public/frameworks/KernelTest.fwrk/headers/SourceLocation.h
+++ b/public/frameworks/KernelTest.fwrk/headers/SourceLocation.h
@@ -15,7 +15,7 @@ class KTSourceLocation;
/// ================================================================================
class KTSourceLocation final CF_OBJECT {
public:
- KTSourceLocation() = delete;
+ KTSourceLocation() = delete;
~KTSourceLocation() override = default;
LIBSYS_COPY_DELETE(KTSourceLocation);