Obsolete sys/time.h and HAVE_TIME_WITH_SYS_TIME
[citadel.git] / libcitadel / lib / decode.c
index 10bde0ce08830b32d719ffb9de850cb4bcd031cf..b2a93a9a5c2bf2bf73557dfdc96ea709e599a651 100644 (file)
 #include <errno.h>
 #include <limits.h>
 #include <iconv.h>
+#include <time.h>
 #include "libcitadel.h"
 
-#if TIME_WITH_SYS_TIME
-# include <sys/time.h>
-# include <time.h>
-#endif
-
 
 // This is the non-define version in case it is needed for debugging
 #if 0