remove missing imports
- time.h was included for random seed
This commit is contained in:
committed by
Paul Beckingham
parent
c92631b4b0
commit
4d10afbb08
@@ -30,12 +30,6 @@
|
||||
#include <cstring>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef CYGWIN
|
||||
#include <time.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include <i18n.h>
|
||||
#include <Context.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user