From 31a87888867bd3b291fe84b48b0471b0038b51a1 Mon Sep 17 00:00:00 2001 From: Árpád Goretity  Date: Sat, 14 Jan 2017 14:12:29 +0100 Subject: removed inclusion of non-portable header file (#94) --- utf8proc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utf8proc.h b/utf8proc.h index edf46d4..495cd96 100644 --- a/utf8proc.h +++ b/utf8proc.h @@ -77,7 +77,7 @@ /** @} */ #include -#include + #if defined(_MSC_VER) && _MSC_VER < 1800 // MSVC prior to 2013 lacked stdbool.h and inttypes.h typedef signed char utf8proc_int8_t; -- cgit v1.2.3