summaryrefslogtreecommitdiff
path: root/include/complex.h
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-14 18:10:13 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-14 19:28:34 +0100
commit872cf03f26c2801ae6c3008ce5fa0d7856f5f85d (patch)
tree94809812b71ee286eb5b74c70e4d08fc4c8dc057 /include/complex.h
parentec769a83bde09c76bd6ad9ee7f391036dba5cd97 (diff)
libc: implement err/warn functions
Diffstat (limited to 'include/complex.h')
-rw-r--r--include/complex.h1
1 files changed, 0 insertions, 1 deletions
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 <complex.h>
#define complex _Complex
#define _Complex_I (__extension__(0.0f + 1.0fi))
#define imaginary _Imaginary