war on cruft continues
[citadel.git] / textclient / src / client_chat.c
index 29f3e267da0f6118a6b423b8620b78e344935593..8933687bfc55dc694b662262d592e38495c64cef 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * front end for multiuser chat
  *
- * Copyright (c) 1987-2012 by the citadel.org team
+ * Copyright (c) 1987-2016 by the citadel.org team
  *
  * This program is open source software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 3.
@@ -39,7 +39,6 @@
 #endif
 #include <stdarg.h>
 #include <libcitadel.h>
-//#include "citadel.h"
 #include "citadel_ipc.h"
 #include "client_chat.h"
 #include "commands.h"
@@ -47,9 +46,6 @@
 #include "citadel_decls.h"
 #include "rooms.h"
 #include "messages.h"
-//#ifndef HAVE_SNPRINTF
-//#include "snprintf.h"
-//#endif
 #include "screen.h"
 
 #define MIN(a, b) ((a) < (b) ? (a) : (b))