diff options
author | David Robillard <d@drobilla.net> | 2023-09-21 21:39:29 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-09-21 21:39:29 -0400 |
commit | b7aaf1cc1728de3628aa596c98b5f59e16287c40 (patch) | |
tree | 86b0a78a5c99a97028dfce32f6eb5e7de9d830a3 /include/zix | |
parent | 1134823fb8a04886a3eff6a66b6624788d9b779b (diff) | |
download | zix-b7aaf1cc1728de3628aa596c98b5f59e16287c40.tar.gz zix-b7aaf1cc1728de3628aa596c98b5f59e16287c40.tar.bz2 zix-b7aaf1cc1728de3628aa596c98b5f59e16287c40.zip |
Remove unnecessary includes and forward declarations
According to include-what-you-use 0.20 (7301b1f) based on clang 16.0.6.
Diffstat (limited to 'include/zix')
-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. |