uneeded header with vc++

SVN revision: 47892
This commit is contained in:
Vincent Torri 2010-04-10 12:37:13 +00:00
parent 89d5fc0748
commit 845b3d37c6
1 changed files with 4 additions and 1 deletions

View File

@ -9,9 +9,12 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <sys/time.h>
#include <time.h>
#ifndef _MSC_VER
# include <sys/time.h>
#endif
#ifdef _WIN32
# include <windows.h>
#endif