remove missing imports

- time.h was included for random seed
This commit is contained in:
Martin Natano 2013-07-20 22:37:45 +02:00 committed by Paul Beckingham
parent c92631b4b0
commit 4d10afbb08
2 changed files with 0 additions and 12 deletions

View file

@ -31,12 +31,6 @@
#include <iostream>
#include <cstring>
#ifdef CYGWIN
#include <time.h>
#else
#include <sys/time.h>
#endif
#include <text.h>
#include <i18n.h>
#include <Color.h>