summaryrefslogtreecommitdiffstats
path: root/zix/sorted_array.h
diff options
context:
space:
mode:
Diffstat (limited to 'zix/sorted_array.h')
-rw-r--r--zix/sorted_array.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/zix/sorted_array.h b/zix/sorted_array.h
index 1d508f2..06177dd 100644
--- a/zix/sorted_array.h
+++ b/zix/sorted_array.h
@@ -18,8 +18,6 @@
#ifndef ZIX_SORTED_ARRAY_H
#define ZIX_SORTED_ARRAY_H
-#include <stdbool.h>
-
#include "zix/common.h"
#ifdef __cplusplus