From 7bc1530e7a9b53e86bdbbd9b302e5178ae45bdd8 Mon Sep 17 00:00:00 2001 From: "richgel99@gmail.com" Date: Sun, 20 May 2012 21:25:03 +0000 Subject: [PATCH] Removed extra #include (it's been moved to the header/definition section now) --- miniz.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/miniz.c b/miniz.c index 5323559..8d59fe1 100644 --- a/miniz.c +++ b/miniz.c @@ -2789,10 +2789,6 @@ void *tdefl_write_image_to_png_file_in_memory(const void *pImage, int w, int h, #ifndef MINIZ_NO_ARCHIVE_APIS -#ifndef MINIZ_NO_TIME -#include -#endif - #ifdef MINIZ_NO_STDIO #define MZ_FILE void * #else