X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;ds=sidebyside;f=webcit%2Fmessages.c;h=b79ae635e8813e72694dc1d1a8da88bc23d7282d;hb=aa8ca3b0af3efdabd8559b886efb3164319bdce1;hp=9fe0cb5f6d3f4ec98e7648b72dcf5efa855ca2ed;hpb=6a4d3690cf8c3d249a351023cb5dfaf1df45aa1b;p=citadel.git diff --git a/webcit/messages.c b/webcit/messages.c index 9fe0cb5f6..b79ae635e 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -5,29 +5,6 @@ * */ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#ifdef HAVE_ICONV -#include -#endif - #include "webcit.h" #include "vcard.h" #include "webserver.h" @@ -1993,7 +1970,10 @@ void display_enter(void) } #endif - /* Otherwise proceed normally. Do a custom room banner with no navbar... */ + /* + * Otherwise proceed normally. +` * Do a custom room banner with no navbar... + */ output_headers(1, 1, 2, 0, 0, 0, 0); wprintf("
\n"); embed_room_banner(NULL, navbar_none);