aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-05 23:31:47 +0100
committerMattias Andrée <maandree@kth.se>2016-03-05 23:31:47 +0100
commita95fdea9c30d4788638481d409062914608b755b (patch)
tree781cfd91c06d69003148f8dd617f37c1ba56aa12 /src
parentMakefile: add install and uninstall (diff)
downloadlibzahl-a95fdea9c30d4788638481d409062914608b755b.tar.gz
libzahl-a95fdea9c30d4788638481d409062914608b755b.tar.bz2
libzahl-a95fdea9c30d4788638481d409062914608b755b.tar.xz
Clean up
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src')
-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)