math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0
[musl] / src / multibyte / wctomb.c
index 6910ef3..de7ed84 100644 (file)
@@ -5,11 +5,7 @@
  */
 
 #include <stdlib.h>
-#include <inttypes.h>
 #include <wchar.h>
-#include <errno.h>
-
-#include "internal.h"
 
 int wctomb(char *s, wchar_t wc)
 {