diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-03-05 23:31:47 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-03-05 23:31:47 +0100 |
| commit | a95fdea9c30d4788638481d409062914608b755b (patch) | |
| tree | 781cfd91c06d69003148f8dd617f37c1ba56aa12 | |
| parent | Makefile: add install and uninstall (diff) | |
| download | libzahl-a95fdea9c30d4788638481d409062914608b755b.tar.gz libzahl-a95fdea9c30d4788638481d409062914608b755b.tar.bz2 libzahl-a95fdea9c30d4788638481d409062914608b755b.tar.xz | |
Clean up
Signed-off-by: Mattias Andrée <maandree@kth.se>
| -rw-r--r-- | src/allocator.c | 2 |
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) |
