summaryrefslogtreecommitdiffstats
path: root/test
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 /test
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 'test')
-rw-r--r--test/tree_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/tree_test.c b/test/tree_test.c
index 7125b73..a68437c 100644
--- a/test/tree_test.c
+++ b/test/tree_test.c
@@ -9,7 +9,6 @@
#include <inttypes.h>
#include <stdbool.h>
-#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>