continuing war on unnecessary include of sys/time.h
[citadel.git] / citadel / utils / stress.c
index 9c6d1b24d42e79728f4672824fc99b38f675332b..2655b11c9a8deb06c779c510b03c968ed91cdef2 100644 (file)
@@ -68,16 +68,7 @@ char* const message =
 #include <string.h>
 #include <libcitadel.h>
 #include "sysdep.h"
 #include <string.h>
 #include <libcitadel.h>
 #include "sysdep.h"
-#if TIME_WITH_SYS_TIME
-# include <sys/time.h>
-# include <time.h>
-#else
-# if HAVE_SYS_TIME_H
-#  include <sys/time.h>
-# else
-#  include <time.h>
-# endif
-#endif
+#include <time.h>
 #include "citadel_ipc.h"
 
 #ifndef HAVE_PTHREAD_H
 #include "citadel_ipc.h"
 
 #ifndef HAVE_PTHREAD_H