* All OS-level includes are now included from webcit.h instead of from
[citadel.git] / webcit / http_datestring.c
index da79733ce4eea98389e5e72a4cff2f22f6cae957..aa0aa6ebfb306d9ba304546e564cbce8cead66bb 100644 (file)
@@ -6,11 +6,7 @@
  *
  */
 
-#include <stdlib.h>
-#include <ctype.h>
-#include <stdio.h>
-#include <string.h>
-# include <time.h>
+#include "webcit.h"
 
 static char *httpdate_months[] = {
        "Jan", "Feb", "Mar", "Apr", "May", "Jun",