diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/zix/allocator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/zix/allocator.h b/include/zix/allocator.h index a9064bb..619697e 100644 --- a/include/zix/allocator.h +++ b/include/zix/allocator.h @@ -16,8 +16,6 @@ ZIX_BEGIN_DECLS @{ */ -struct ZixAllocatorImpl; - /** A memory allocator. |