summaryrefslogtreecommitdiffstats
path: root/benchmark/tree_bench.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-28 13:45:58 -0400
committerDavid Robillard <d@drobilla.net>2022-06-28 14:26:16 -0400
commit12775e4e85fdfbf4690ee8f0ad46dbcf2a212b40 (patch)
tree4d0ae2ae1bd109111f30f6d9632eb259f25b89f6 /benchmark/tree_bench.c
parent5314f0d642cc17b4af772116a098999da113bf37 (diff)
downloadzix-12775e4e85fdfbf4690ee8f0ad46dbcf2a212b40.tar.gz
zix-12775e4e85fdfbf4690ee8f0ad46dbcf2a212b40.tar.bz2
zix-12775e4e85fdfbf4690ee8f0ad46dbcf2a212b40.zip
Remove redundant includes
This is implicitly included by <inttypes.h>.
Diffstat (limited to 'benchmark/tree_bench.c')
-rw-r--r--benchmark/tree_bench.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/tree_bench.c b/benchmark/tree_bench.c
index 0f54f65..b825d96 100644
--- a/benchmark/tree_bench.c
+++ b/benchmark/tree_bench.c
@@ -18,7 +18,6 @@ ZIX_RESTORE_WARNINGS
#include <inttypes.h>
#include <stdarg.h>
#include <stdbool.h>
-#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>