X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fnotes.c;h=9cea7d21aa127dc4164a4935964df5221c966f5e;hb=aa8ca3b0af3efdabd8559b886efb3164319bdce1;hp=05fcb57b01566123b21600d1637a997df8f27acd;hpb=3dda3cda8acb9c1c4eb227f4780630913ffc633a;p=citadel.git diff --git a/webcit/notes.c b/webcit/notes.c index 05fcb57b0..9cea7d21a 100644 --- a/webcit/notes.c +++ b/webcit/notes.c @@ -5,21 +5,6 @@ * */ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include #include "webcit.h" #include "webserver.h" @@ -30,7 +15,7 @@ void display_note(long msgnum) { int in_text = 0; int i; - wprintf("\n"); + wprintf("\n"); serv_printf("MSG0 %ld", msgnum); serv_getln(buf, sizeof buf);