diff options
Diffstat (limited to 'src/u8c/u32alloc.c')
-rw-r--r-- | src/u8c/u32alloc.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/u8c/u32alloc.c b/src/u8c/u32alloc.c index ddd5493..341fa03 100644 --- a/src/u8c/u32alloc.c +++ b/src/u8c/u32alloc.c @@ -13,13 +13,11 @@ If not, see <https://www.gnu.org/licenses/>. */ -# include "dat.h" -# include <setjmp.h> +# include "intern.h" # include <stdbool.h> # include <stdlib.h> -# include <u8c/errtyp.h> -# include <u8c/seterr.h> -# include <u8c/u32alloc.h> +# include <u8c/err.h> +# include <u8c/u32.h> # include <uchar.h> bool u8c_u32alloc(char32_t * * const _u32,size_t const _sz) { char32_t * arr = NULL; |