X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_httpd.cpp;h=9a5722c6a121647d94f2f42d3da8c03dd053a954;hb=e950f568d0f571e9475aa38177486468714de4d3;hp=e6ed693806a7b67575e8fc0f2252c19545e822c8;hpb=d24619c012b34d5a3d4cfb93e7bea3ff3d5721e7;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_httpd.cpp b/src/modules/m_httpd.cpp index e6ed69380..9a5722c6a 100644 --- a/src/modules/m_httpd.cpp +++ b/src/modules/m_httpd.cpp @@ -26,8 +26,6 @@ #include "iohook.h" #include "modules/httpd.h" -/* $ModDep: modules/httpd.h */ - class ModuleHttpServer; static ModuleHttpServer* HttpModule;