stable now but there are GIANT PIECES MISSING
[citadel.git] / citadel / modules / instmsg / serv_instmsg.c
index a774c61f2f4d030160bf0c7bc39e550b2c7b7120..b54276cfd2be36cfa0d3eb648e35d1e16850e17c 100644 (file)
 #include <pwd.h>
 #include <errno.h>
 #include <sys/types.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 <sys/wait.h>
 #include <string.h>
 #include <limits.h>