diff --git a/src/unicode.hh b/src/unicode.hh index 25408351..30cb8f48 100644 --- a/src/unicode.hh +++ b/src/unicode.hh @@ -1,14 +1,12 @@ #ifndef unicode_hh_INCLUDED #define unicode_hh_INCLUDED -#include -#include #include namespace Kakoune { -using Codepoint = uint32_t; +using Codepoint = char32_t; inline bool is_eol(Codepoint c) {