In webcit-classic, include webserver.h from webcit.h.
[citadel.git] / webcit / calendar.c
index f0f34ef84e05a4344b449df7032f2cbf2a7394d2..f0e662226258aaf8757b1ae3a353041cb40ef883 100644 (file)
@@ -11,7 +11,7 @@
 // GNU General Public License for more details.
 
 #include "webcit.h"
-#include "webserver.h"
+
 #include "calendar.h"
 
 // Process a calendar object.  At this point it's already been deserialized by cal_process_attachment()
@@ -668,7 +668,7 @@ void load_ical_object(long msgnum, int unread,
                                      || (!strcasecmp(mime_content_type, "application/ics"))
                                      || (!strcasecmp(mime_content_type, "text/vtodo"))
                                      || (!strcasecmp(mime_content_type, "text/todo"))
-                                       ) {
+                               ) {
                                        strcpy(relevant_partnum, mime_partnum);
                                }
                        }