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/htobe64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/endian/htobe64.c') diff --git a/lib/libc/endian/htobe64.c b/lib/libc/endian/htobe64.c index 54a363c8..3d322096 100644 --- a/lib/libc/endian/htobe64.c +++ b/lib/libc/endian/htobe64.c @@ -1,5 +1,5 @@ -#include // for htobe64 -#include // for uint64_t +#include // for uint64_t, htobe64 +#include uint64_t htobe64(uint64_t host_64bits) { -- cgit v1.2.3