* All OS-level includes are now included from webcit.h instead of from
[citadel.git] / webcit / crypto.c
index 4d9880c9e4df13715d7db633047d8dc3e8ad4b02..98f1450795b351fb7af7a0f05d5df8ab79dcfe2d 100644 (file)
@@ -6,14 +6,6 @@
 
 #ifdef HAVE_OPENSSL
 
-#include <stdlib.h>
-#include <unistd.h>
-#include <string.h>
-#include <sys/stat.h>
-#include <sys/types.h>
-#include <pthread.h>
-
-#include <sys/time.h>
 #include "webcit.h"
 #include "webserver.h"