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.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/utf8.c') diff --git a/src/utf8.c b/src/utf8.c index 0c04d60..a2f4fdd 100644 --- a/src/utf8.c +++ b/src/utf8.c @@ -26,7 +26,8 @@ // See http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ for details. #include -#include +#include +#include #include "utils.h" #define UTF8_ACCEPT 0 -- cgit v1.2.3-18-g5258