summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-10-27 13:50:02 -0400
committerDavid Robillard <d@drobilla.net>2021-10-27 13:50:02 -0400
commit5bc34c44c47c68eecec90d971f8efb15788dd3b9 (patch)
treee320304fef5f884b9a95eb33ee6407df0dd19dbc /src
parent87068dfe16c8f08b515df152145fb73c95cd5039 (diff)
downloadzix-5bc34c44c47c68eecec90d971f8efb15788dd3b9.tar.gz
zix-5bc34c44c47c68eecec90d971f8efb15788dd3b9.tar.bz2
zix-5bc34c44c47c68eecec90d971f8efb15788dd3b9.zip
Remove unnecessary include
Diffstat (limited to 'src')
-rw-r--r--src/hash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hash.c b/src/hash.c
index adee4d4..ab916d0 100644
--- a/src/hash.c
+++ b/src/hash.c
@@ -5,7 +5,6 @@
#include <assert.h>
#include <stdbool.h>
-#include <stdint.h>
typedef struct ZixHashEntry {
ZixHashCode hash; ///< Non-folded hash value