Removed extra #include <time.h> (it's been moved to the header/definition section now)

This commit is contained in:
richgel99@gmail.com 2012-05-20 21:25:03 +00:00
parent 9017593035
commit 6654b3bd13

View File

@ -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 <time.h>
#endif
#ifdef MINIZ_NO_STDIO
#define MZ_FILE void *
#else