stable now but there are GIANT PIECES MISSING
[citadel.git] / citadel / modules / expire / expire_policy.c
index 76c6acb44a2a3ed10605da80491fefc41756bd03..0c9471bbf5cf21f432ed13a3c47704b556b532b1 100644 (file)
 #include <sys/stat.h>
 #include <string.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 <limits.h>
 #include <libcitadel.h>
 #include "citadel.h"