From 55365b5dc3fe086e5dc3f1b9b9ec5d0da2a4ca5e Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 7 Jul 2016 22:59:54 +0200 Subject: *: fixed includes this refactoring was done with the help of the 'include-what-you-use' program. if this breaks the build for you, please report! --- src/utf8.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/utf8.h') diff --git a/src/utf8.h b/src/utf8.h index 582ae1c..06fe07e 100644 --- a/src/utf8.h +++ b/src/utf8.h @@ -9,8 +9,9 @@ #ifndef _UTF_8_H #define _UTF_8_H -#include #include +#include +#include #include "utils.h" bool blogc_utf8_validate(const uint8_t *str, size_t len); -- cgit v1.2.3-18-g5258