Fixed <sys/time.h> / <time.h> handling as suggested by the autoconf
[freeglut] / src / freeglut_main.c
index 134ffb3..a62ffc0 100644 (file)
@@ -31,7 +31,6 @@
 #include <limits.h>
 #if TARGET_HOST_UNIX_X11
 #include <sys/types.h>
-#include <sys/time.h>
 #include <unistd.h>
 #include <errno.h>
 #include <sys/stat.h>