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