* All OS-level includes are now included from webcit.h instead of from
[citadel.git] / webcit / locate_host.c
index 923a68165ad003c1e600ace51e6c9e2b29090220..ba7026216393a772538d2361df8cbb7c1a50b32e 100644 (file)
@@ -5,25 +5,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 <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"
 
 void locate_host(char *tbuf, int client_socket)