Removed extra #include <time.h> (it's been moved to the header/definition section now)
This commit is contained in:
parent
2a8a458b93
commit
7bc1530e7a
4
miniz.c
4
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_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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user