stable now but there are GIANT PIECES MISSING
[citadel.git] / citadel / modules / rssclient / serv_rssclient.c
index ca05dd62d5067d619f77e030bf797b11a9b450a4..e8098e91c9c56e9d19f2812cf4d21e167f69cfe2 100644 (file)
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.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 <ctype.h>
 #include <string.h>
 #include <errno.h>
@@ -467,4 +456,3 @@ CTDL_MODULE_INIT(rssclient)
        }
        return "rssclient";
 }
-