stable now but there are GIANT PIECES MISSING
[citadel.git] / citadel / modules / imap / imap_metadata.c
index 4b3d1681cc65e6b565b583c31b8f3f23f4b931dc..5d5e95f9c0225695f48621e62f3eb1ee5e4e0c90 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 <ctype.h>
 #include <string.h>