Skip to content

Commit

Permalink
Removed extra #include <time.h> (it's been moved to the header/defini…
Browse files Browse the repository at this point in the history
…tion section now)
  • Loading branch information
[email protected] committed May 20, 2012
1 parent 2a8a458 commit 7bc1530
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions miniz.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bc1530

Please sign in to comment.