diff options
Diffstat (limited to 'src/common/utf8.c')
-rw-r--r-- | src/common/utf8.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/utf8.c b/src/common/utf8.c index d8e08539198..ab6d700f5fd 100644 --- a/src/common/utf8.c +++ b/src/common/utf8.c @@ -11,11 +11,11 @@ * Foundation. See file COPYING. * */ -#include "common/utf8.h" - #include <stdio.h> #include <string.h> +#include "utf8.h" + #define MAX_UTF8_SZ 6 #define INVALID_UTF8_CHAR 0xfffffffful |