dont need unistd for gettimeofday
This commit is contained in:
parent
96a9196cbb
commit
a388c41df4
1 changed files with 0 additions and 5 deletions
|
@ -17,11 +17,6 @@ extern "C" {
|
|||
# include <time.h>
|
||||
# endif // HAVE_SYS_TIME_H
|
||||
#endif // TIME_WITH_SYS_TIME
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <sys/types.h>
|
||||
# include <unistd.h>
|
||||
#endif // HAVE_UNISTD_H
|
||||
}
|
||||
|
||||
#include <queue>
|
||||
|
|
Loading…
Reference in a new issue