* All OS-level includes are now included from webcit.h instead of from
[citadel.git] / webcit / who.c
index 97310aa634b9d1528da1915fd9b46cddb3c29dc8..62b84388db34a02c07981f5dbc796cfbc7a31198 100644 (file)
@@ -4,25 +4,6 @@
  * Display a list of all users currently logged on to the Citadel server.
  */
 
-#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"