stable now but there are GIANT PIECES MISSING
[citadel.git] / citadel / modules / roomchat / serv_roomchat.c
index bc2f65c27a53f6213e4200771b375a2732037221..35a83dbacbc7057e770033578d3106725b3de7be 100644 (file)
 #include <errno.h>
 #include <sys/types.h>
 #include <assert.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>