client-move: edits to finish this.
[citadel.git] / textclient / src / client_chat.c
index 760ce5934abb7880c36d45c38dff2e0c537b3943..29f3e267da0f6118a6b423b8620b78e344935593 100644 (file)
@@ -39,7 +39,7 @@
 #endif
 #include <stdarg.h>
 #include <libcitadel.h>
-#include "citadel.h"
+//#include "citadel.h"
 #include "citadel_ipc.h"
 #include "client_chat.h"
 #include "commands.h"
@@ -47,9 +47,9 @@
 #include "citadel_decls.h"
 #include "rooms.h"
 #include "messages.h"
-#ifndef HAVE_SNPRINTF
-#include "snprintf.h"
-#endif
+//#ifndef HAVE_SNPRINTF
+//#include "snprintf.h"
+//#endif
 #include "screen.h"
 
 #define MIN(a, b) ((a) < (b) ? (a) : (b))