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/cimag.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libm/cimag.c') diff --git a/lib/libm/cimag.c b/lib/libm/cimag.c index 88b5fd58..a52f3962 100644 --- a/lib/libm/cimag.c +++ b/lib/libm/cimag.c @@ -1,5 +1,6 @@ -#include -#include "__complex.h" +#include "__complex.h" // for IMAG_PART, double_complex + +#include // for cimag, complex double cimag(double complex z) { -- cgit v1.2.3