1
0
Fork 0

Remove unneeded code

This commit is contained in:
Frederic Bouvier 2009-03-22 16:08:25 +01:00
parent 4d59fad336
commit 2c2bc8b551

View file

@ -25,13 +25,6 @@
# include <config.h>
#endif
#ifdef _MSC_VER
# include <io.h>
#else
# include <sys/types.h> // for directory reading
# include <dirent.h> // for directory reading
#endif
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h> // set mem allocation limit
#endif