summaryrefslogtreecommitdiffstats
path: root/test/failing_allocator.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-23 16:06:12 -0500
committerDavid Robillard <d@drobilla.net>2024-11-23 16:06:12 -0500
commit70a64605f7da52b463db610a5a42a5f4f749dda8 (patch)
tree9dbdbe27f02c5c380744abd90a0eaa884b4f51f6 /test/failing_allocator.h
parent8430cfd24c7b0b0e72ad7b97389de6edd188b735 (diff)
downloadzix-70a64605f7da52b463db610a5a42a5f4f749dda8.tar.gz
zix-70a64605f7da52b463db610a5a42a5f4f749dda8.tar.bz2
zix-70a64605f7da52b463db610a5a42a5f4f749dda8.zip
Use angle brackets for library includes
Diffstat (limited to 'test/failing_allocator.h')
-rw-r--r--test/failing_allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/failing_allocator.h b/test/failing_allocator.h
index 5f6d220..215f2b6 100644
--- a/test/failing_allocator.h
+++ b/test/failing_allocator.h
@@ -4,7 +4,7 @@
#ifndef ZIX_TEST_FAILING_ALLOCATOR_H
#define ZIX_TEST_FAILING_ALLOCATOR_H
-#include "zix/allocator.h"
+#include <zix/allocator.h>
#include <stddef.h>