From 169daa11155988a210fac949297381743f3cb400 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 23:14:53 +0100 Subject: feat: clang-tidy fixes --- lib/libc/endian/htobe32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/endian/htobe32.c') diff --git a/lib/libc/endian/htobe32.c b/lib/libc/endian/htobe32.c index 378c6c20..cbc5037f 100644 --- a/lib/libc/endian/htobe32.c +++ b/lib/libc/endian/htobe32.c @@ -1,5 +1,5 @@ -#include // for htobe32 -#include // for uint32_t +#include // for uint32_t, htobe32 +#include uint32_t htobe32(uint32_t host_32bits) { -- cgit v1.2.3