From 3c9f525f95a45e4cfc0b60332960c33269313908 Mon Sep 17 00:00:00 2001 From: John Sully Date: Tue, 26 Feb 2019 01:10:07 +0000 Subject: [PATCH] Fix build break Former-commit-id: 6466b09fdc1758b38bbed64b00eb958f5ea36665 --- src/storage-lite.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/storage-lite.c b/src/storage-lite.c index 9ed51db1b..cee5ffc91 100644 --- a/src/storage-lite.c +++ b/src/storage-lite.c @@ -1,6 +1,5 @@ #include #include -#include #include #include #include @@ -46,4 +45,4 @@ void *srealloc(void *pv, size_t cb, enum MALLOC_CLASS class) size_t salloc_usable_size(void *ptr) { return malloc_usable_size(ptr); -} \ No newline at end of file +}