Integrated the DKIM signer into serv_smtpclient, but disabled it
[citadel.git] / webcit / sitemap.c
index 4a6448b8210d22c485320a75bc507ab957057862..a0fec9ad7537c791b15c6bd9d7f5fc87f4782a52 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #include "webcit.h"
-#include "webserver.h"
+
 
 
 /*
@@ -147,7 +147,6 @@ void sitemap(void) {
                        sitemap_do_bbs();
                        break;
                case VIEW_WIKI:
-               case VIEW_WIKIMD:
                        sitemap_do_wiki();
                        break;
                case VIEW_BLOG: