Mon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
[citadel.git] / citadel / serv_chat.c
index d9f1c2fd047cd7e9f6d7145bcd9f1f470e6de808..ea34b2206710db5e04a5879c87023103b776a948 100644 (file)
 #ifdef NEED_SELECT_H
 #include <sys/select.h>
 #endif
-#include "proto.h"
+#include "serv_chat.h"
+#include "sysdep_decls.h"
+#include "citserver.h"
+#include "support.h"
 
 extern struct config config;
-
-typedef struct CitContext t_context;
-
 extern struct CitContext *ContextList;
 
 struct ChatLine *ChatQueue = NULL;