* All OS-level includes are now included from webcit.h instead of from
[citadel.git] / webcit / netconf.c
index 8ea2aee7e7083deccefee406106b45a8417de381..359e07f660cc59374f451247133fcd976f85afcc 100644 (file)
@@ -5,29 +5,8 @@
  *
  */
 
-#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 edit_node(void) {
        char buf[SIZ];
        char node[SIZ];