introduce new symbol-lookup-free rcrt1/dlstart stage chaining
[musl] / src / locale / localeconv.c
index 494cbcc..cbc75d7 100644 (file)
@@ -1,6 +1,4 @@
 #include <locale.h>
-#include <string.h>
-#include <stdlib.h>
 
 static const struct lconv posix_lconv = {
        .decimal_point = ".",