commit a95fdea9c30d4788638481d409062914608b755b
Author:     Mattias Andrée <[email protected]>
AuthorDate: Sat Mar 5 23:31:47 2016 +0100
Commit:     Mattias Andrée <[email protected]>
CommitDate: Sat Mar 5 23:31:47 2016 +0100

    Clean up
    
    Signed-off-by: Mattias Andrée <[email protected]>

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)

Reply via email to