diff options
| author | 2013-08-15 17:39:56 +0200 | |
|---|---|---|
| committer | 2013-08-15 17:39:56 +0200 | |
| commit | b7e793d96131e7813fe42984ec3a04254720ad20 (patch) | |
| tree | 3a8cff3e040566e579ea85ae3a8da59627d579db /src/modules/m_httpd.cpp | |
| parent | Store oper types and opers in separate containers (diff) | |
| download | inspircd++-b7e793d96131e7813fe42984ec3a04254720ad20.tar.gz inspircd++-b7e793d96131e7813fe42984ec3a04254720ad20.tar.bz2 inspircd++-b7e793d96131e7813fe42984ec3a04254720ad20.zip | |
Remove $ModDep comments
Diffstat (limited to 'src/modules/m_httpd.cpp')
| -rw-r--r-- | src/modules/m_httpd.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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; |
