From b7aaf1cc1728de3628aa596c98b5f59e16287c40 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 21 Sep 2023 21:39:29 -0400 Subject: Remove unnecessary includes and forward declarations According to include-what-you-use 0.20 (7301b1f) based on clang 16.0.6. --- include/zix/allocator.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/zix/allocator.h') 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. -- cgit v1.2.1