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;