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/libm/__complex.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libm/__complex.h') diff --git a/lib/libm/__complex.h b/lib/libm/__complex.h index 2c54d1e9..21b07c74 100644 --- a/lib/libm/__complex.h +++ b/lib/libm/__complex.h @@ -1,9 +1,8 @@ #ifndef __LIBC_COMPLEX_H__ #define __LIBC_COMPLEX_H__ -#include -#include #include +#include typedef union { float complex z; -- cgit v1.2.3