diff options
Diffstat (limited to 'src/utf8.hh')
| -rw-r--r-- | src/utf8.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/utf8.hh b/src/utf8.hh index 4113c9fe..9b74373f 100644 --- a/src/utf8.hh +++ b/src/utf8.hh @@ -1,10 +1,11 @@ #ifndef utf8_hh_INCLUDED #define utf8_hh_INCLUDED -#include <cstddef> +#include "assert.hh" #include "unicode.hh" #include "units.hh" -#include "assert.hh" + +#include <cstddef> namespace Kakoune { |
