diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/hash.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ #include <assert.h> #include <stdbool.h> -#include <stdint.h> typedef struct ZixHashEntry { ZixHashCode hash; ///< Non-folded hash value |