diff options
Diffstat (limited to 'src/wchar/wctob.c')
-rw-r--r-- | src/wchar/wctob.c | 6 |
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) { |