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