* All OS-level includes are now included from webcit.h instead of from
[citadel.git] / webcit / subst.c
index 9e93b0a8e7dc670b1111311544ccb16e1d6997d4..562ae254e1badbeb533be6742e7ee4d0ada0f7e2 100644 (file)
@@ -7,26 +7,6 @@
 
 
 
-#include <ctype.h>
-#include <stdlib.h>
-#include <unistd.h>
-#include <stdio.h>
-#include <fcntl.h>
-#include <signal.h>
-#include <sys/types.h>
-#include <sys/wait.h>
-#include <sys/socket.h>
-#include <sys/time.h>
-#include <sys/stat.h>
-#include <limits.h>
-#include <netinet/in.h>
-#include <netdb.h>
-#include <string.h>
-#include <pwd.h>
-#include <errno.h>
-#include <stdarg.h>
-#include <pthread.h>
-#include <signal.h>
 #include "webcit.h"