aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/allocator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/allocator.c b/src/allocator.c
index 46cca89..33c8677 100644
--- a/src/allocator.c
+++ b/src/allocator.c
@@ -1,8 +1,6 @@
/* See LICENSE file for copyright and license details. */
#include "internals.h"
-#include <stdint.h>
-
void
libzahl_realloc(z_t a, size_t need)