Revert "Keep mingw specific includes ifdef'd"

This reverts commit ba8b9ae307.

Turns out this is needed on other systems, just happened to be indirect included on them.
This commit is contained in:
Campbell Barton
2015-02-03 23:24:13 +11:00
parent ba8b9ae307
commit 1667e68797

View File

@@ -33,10 +33,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <math.h> #include <math.h>
#include <time.h>
#ifdef __MINGW32__
# include <time.h>
#endif
#include "MEM_guardedalloc.h" #include "MEM_guardedalloc.h"