preserve stringlengths when outputting stuff in the imap module
[citadel.git] / citadel / config.c
index 8f3ec9db63d7c3a964ae8b4c1b4b1b85e977f735..7ac1a748bbd478e8ece0e5c6c5b566e62f690e40 100644 (file)
  */
 
 #include "sysdep.h"
-#include <stdlib.h>
-#include <sys/stat.h>
-#include <unistd.h>
 #include <stdio.h>
-#include <errno.h>
-#include <string.h>
-#include <limits.h>
 #include <sys/utsname.h>
 #include <libcitadel.h>
-#include "citadel.h"
-#include "server.h"
 #include "config.h"
 #include "ctdl_module.h"