diff options
Diffstat (limited to 'include/bob.h')
-rw-r--r-- | include/bob.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/include/bob.h b/include/bob.h index e39a769..699aa5e 100644 --- a/include/bob.h +++ b/include/bob.h @@ -5,15 +5,7 @@ #include "__charN_t.h" #include "__rune.h" - -#if !__MLIB_HAS_U8VIEW -# define __MLIB_HAS_U8VIEW 1 - -struct u8view { - const char8_t *p; - size_t len; -}; -#endif +#include "__u8view.h" struct u8str { char8_t *p; |