summaryrefslogtreecommitdiffstats
path: root/src/allocator.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-24 15:18:25 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 15:18:25 -0500
commit55d397fe715502a6dabfa59e735eca32fa9f2f48 (patch)
treea971e9308cd150f8d20c4e2ba9e1906561388bae /src/allocator.c
parent39e30fdc4016337c5e41413600e337879949fac5 (diff)
downloadzix-55d397fe715502a6dabfa59e735eca32fa9f2f48.tar.gz
zix-55d397fe715502a6dabfa59e735eca32fa9f2f48.tar.bz2
zix-55d397fe715502a6dabfa59e735eca32fa9f2f48.zip
Clean up includes
Diffstat (limited to 'src/allocator.c')
-rw-r--r--src/allocator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/allocator.c b/src/allocator.c
index cb05f0d..686322b 100644
--- a/src/allocator.c
+++ b/src/allocator.c
@@ -3,10 +3,10 @@
#include <zix/allocator.h>
-#include <zix/attributes.h>
-
#include "zix_config.h"
+#include <zix/attributes.h>
+
#ifdef _WIN32
# define WIN32_LEAN_AND_MEAN
# include <malloc.h>