remove ctime since windows build did not fail without it

This commit is contained in:
Stephen Birarda 2014-10-28 15:56:30 -07:00
parent 992396ba63
commit 9af097967d

View file

@ -11,7 +11,6 @@
// //
#include <time.h> #include <time.h>
#include <ctime>
#ifdef _WIN32 #ifdef _WIN32
#include <process.h> #include <process.h>