From 872cf03f26c2801ae6c3008ce5fa0d7856f5f85d Mon Sep 17 00:00:00 2001 From: Kacper Date: Sun, 14 Dec 2025 18:10:13 +0100 Subject: libc: implement err/warn functions --- include/complex.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/complex.h') diff --git a/include/complex.h b/include/complex.h index e8cec9cc..ced87a8f 100644 --- a/include/complex.h +++ b/include/complex.h @@ -1,7 +1,6 @@ #ifndef __COMPLEX_H #define __COMPLEX_H -#include #define complex _Complex #define _Complex_I (__extension__(0.0f + 1.0fi)) #define imaginary _Imaginary -- cgit v1.2.3