#ifndef string_hh_INCLUDED #define string_hh_INCLUDED #include namespace Kakoune { typedef char Character; typedef std::string String; } #endif // string_hh_INCLUDED