In webcit-classic, include webserver.h from webcit.h.
[citadel.git] / webcit / ical_dezonify.c
index a39342d4c9ab658d4a807cebdc51660325267349..b0342beeeaf97c1017c94efa53aa103eda3ae675 100644 (file)
@@ -6,8 +6,10 @@
 // Copyright (c) 2002-2024 by the citadel.org team (Art Cancro et al)
 // This program is open source software.  Use, duplication, or disclosure is subject to the GNU General Public License v3.
 
+// NOTE: this file is symlinked between different generations of WebCit.  When we retire WebCit-classic, copy the file over.
+
 #include "webcit.h"
-#include "webserver.h"
+
 
 // Figure out which time zone needs to be used for timestamps that are not UTC and do not have a time zone specified.
 icaltimezone *get_default_icaltimezone(void) {