* All OS-level includes are now included from webcit.h instead of from
[citadel.git] / webcit / notes.c
index 05fcb57b01566123b21600d1637a997df8f27acd..9cea7d21aa127dc4164a4935964df5221c966f5e 100644 (file)
@@ -5,21 +5,6 @@
  *
  */
 
-#include <ctype.h>
-#include <stdlib.h>
-#include <unistd.h>
-#include <stdio.h>
-#include <fcntl.h>
-#include <signal.h>
-#include <sys/types.h>
-#include <sys/wait.h>
-#include <sys/socket.h>
-#include <limits.h>
-#include <string.h>
-#include <pwd.h>
-#include <errno.h>
-#include <stdarg.h>
-#include <time.h>
 #include "webcit.h"
 #include "webserver.h"
 
@@ -30,7 +15,7 @@ void display_note(long msgnum) {
        int in_text = 0;
        int i;
 
-       wprintf("<IMG ALIGN=MIDDLE SRC=\"/static/note.gif\">\n");
+       wprintf("<IMG ALIGN=MIDDLE SRC=\"/static/storenotes_48x.gif\">\n");
 
        serv_printf("MSG0 %ld", msgnum);
        serv_getln(buf, sizeof buf);