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/environment.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/environment.h') diff --git a/src/environment.h b/src/environment.h index 293b10a8..1ef9c1f9 100644 --- a/src/environment.h +++ b/src/environment.h @@ -1,10 +1,10 @@ -#pragma once - // Compilation environments +#pragma once + #include "stdlib/datatypes.h" -#include "stdlib/print.h" -#include "stdlib/stdlib.h" +#include "stdlib/print.h" // IWYU pragma: export +#include "stdlib/stdlib.h" // IWYU pragma: export #include "types.h" typedef struct { -- cgit v1.2.3