diff options
| author | 2013-04-12 09:04:01 -0700 | |
|---|---|---|
| committer | 2013-04-12 09:04:01 -0700 | |
| commit | debedfeb0abb398443fa33452f486c6cc80bb832 (patch) | |
| tree | 7c8eac3b1ad474fdaf42767bffee7c3c4b4cce48 /src/modules/m_httpd.cpp | |
| parent | Merge pull request #488 from SaberUK/master+loglevel-rename (diff) | |
| parent | Tidy up source files: (diff) | |
Merge pull request #461 from SaberUK/master+header-cleanup
Tidy up source files.
Diffstat (limited to 'src/modules/m_httpd.cpp')
| -rw-r--r-- | src/modules/m_httpd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_httpd.cpp b/src/modules/m_httpd.cpp index 46f0d6907..d768a9436 100644 --- a/src/modules/m_httpd.cpp +++ b/src/modules/m_httpd.cpp @@ -23,10 +23,10 @@ #include "inspircd.h" -#include "httpd.h" +#include "modules/httpd.h" /* $ModDesc: Provides HTTP serving facilities to modules */ -/* $ModDep: httpd.h */ +/* $ModDep: modules/httpd.h */ class ModuleHttpServer; |
