aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/wchar.h')
-rw-r--r--libc/include/wchar.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/libc/include/wchar.h b/libc/include/wchar.h
index 1361ff530..b46985be3 100644
--- a/libc/include/wchar.h
+++ b/libc/include/wchar.h
@@ -31,16 +31,11 @@
#include <sys/cdefs.h>
#include <stdio.h>
-/* wchar_t is required in stdlib.h according to POSIX */
-#define __need___wchar_t
-#include <stddef.h>
-
#include <stdarg.h>
+#include <stddef.h>
#include <time.h>
#include <malloc.h>
-#include <stddef.h>
-
/* IMPORTANT: Any code that relies on wide character support is essentially
* non-portable and/or broken. the only reason this header exist
* is because I'm really a nice guy. However, I'm not nice enough