cleanup includes
[citadel.git] / citadel / support.c
index b650c7ee8c2cfcbb5bbac65b999e08dee7fbcd88..16e10e6f8e38f25ca4ba5583bdd83393f0ccc61d 100644 (file)
@@ -1,21 +1,14 @@
 /*
- * $Id$
- *
  * Server-side utility functions
- *
  */
 
 #include "sysdep.h"
-#include <stdlib.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <unistd.h>
-#include <ctype.h>
 #include <stdio.h>
 #include <string.h>
+#include <sys/stat.h>
 #include <libcitadel.h>
+
 #include "citadel.h"
-#include "server.h"
 #include "support.h"
 
 /*