summaryrefslogtreecommitdiff
path: root/src/wchar/wctob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wctob.c')
-rw-r--r--src/wchar/wctob.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wchar/wctob.c b/src/wchar/wctob.c
index fb110e0b..32cf1ab6 100644
--- a/src/wchar/wctob.c
+++ b/src/wchar/wctob.c
@@ -1,7 +1,7 @@
#include <wchar.h>
-#include "locale.h"
-#include "string.h"
-#include "stdio.h"
+#include <locale.h>
+#include <string.h>
+#include <stdio.h>
int wctob(wint_t c)
{