aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/c_strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/c_strings.h')
-rw-r--r--src/stdlib/c_strings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stdlib/c_strings.h b/src/stdlib/c_strings.h
index d009c8bd..f85fa0d6 100644
--- a/src/stdlib/c_strings.h
+++ b/src/stdlib/c_strings.h
@@ -1,7 +1,7 @@
-#pragma once
-
// Type info and methods for CString datatype, which represents C's `char*`
+#pragma once
+
#include <stdbool.h>
#include <stdint.h>