From 6ffd8467af7c6138196930116fecf27fca9b8604 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 25 Aug 2025 01:45:31 -0400 Subject: Update file header comments --- src/stdlib/stdlib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/stdlib/stdlib.h') diff --git a/src/stdlib/stdlib.h b/src/stdlib/stdlib.h index d68e6ddb..bbf8a43a 100644 --- a/src/stdlib/stdlib.h +++ b/src/stdlib/stdlib.h @@ -1,7 +1,7 @@ -#pragma once - // Built-in functions +#pragma once + #include #include #include @@ -9,7 +9,7 @@ #include "datatypes.h" #include "print.h" -#include "stacktrace.h" +#include "stacktrace.h" // IWYU pragma: export #include "types.h" extern bool USE_COLOR; -- cgit v1.2.3