Multipart/alternative (possibly nested inside multipart/mixed)
[citadel.git] / webcit / html.c
index 19cd38d89b509a9a13318dd7eb5e1746a83cc8b1..034e08017b88dd0a8ea6e063eb82a473f5bef484 100644 (file)
@@ -6,38 +6,7 @@
  * released under the terms of the GNU General Public License.
  */
 
-#include "sysdep.h"
-#include <stdlib.h>
-#include <unistd.h>
-#include <stdio.h>
-#include <fcntl.h>
-#include <signal.h>
-
-#if TIME_WITH_SYS_TIME
-# include <sys/time.h>
-# include <time.h>
-#else
-# if HAVE_SYS_TIME_H
-#  include <sys/time.h>
-# else
-#  include <time.h>
-# endif
-#endif
-
-#include <ctype.h>
-#include <string.h>
-#include <errno.h>
-#include <limits.h>
-#include <libcitadel.h>
-#include "citadel.h"
-#include "server.h"
-#include "control.h"
-#include "sysdep_decls.h"
-#include "support.h"
-#include "config.h"
-#include "msgbase.h"
-#include "room_ops.h"
-#include "html.h"
+#include "webcit.h"
  
 
 /*