math: move complex math out of libm.h
[musl] / src / complex / ctan.c
index c092637..918717b 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include "complex_impl.h"
 
 /* tan(z) = -i tanh(i z) */