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 2a8a458b93
commit 7bc1530e7a

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