stable now but there are GIANT PIECES MISSING
[citadel.git] / citadel / modules / vcard / serv_vcard.c
index b3889fdce2b0e0383ad74eb3cd60572682a61563..a4a569e2cfe4b267636e74ed083b9653b58b5af1 100644 (file)
 #include <errno.h>
 #include <ctype.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>