diff options
Diffstat (limited to 'src/allocator.c')
-rw-r--r-- | src/allocator.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/allocator.c b/src/allocator.c index 09e3271..cb05f0d 100644 --- a/src/allocator.c +++ b/src/allocator.c @@ -1,9 +1,9 @@ // Copyright 2011-2021 David Robillard <d@drobilla.net> // SPDX-License-Identifier: ISC -#include "zix/allocator.h" +#include <zix/allocator.h> -#include "zix/attributes.h" +#include <zix/attributes.h> #include "zix_config.h" |