math: move complex math out of libm.h
[musl] / src / complex / cimagf.c
index f7bcd76..b7166dc 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include "complex_impl.h"
 
 float (cimagf)(float complex z)
 {