math: move complex math out of libm.h
[musl] / src / complex / catanh.c
index e248d9b..c324c7f 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include "complex_impl.h"
 
 /* atanh = -i atan(i z) */