Align #include in modperl/modpython with other files.

This commit is contained in:
Alexey Sokolov
2016-01-07 00:05:32 +00:00
parent 1dfd8a4e2a
commit 89484acf17
8 changed files with 109 additions and 109 deletions

View File

@@ -279,7 +279,7 @@ class CModPerl : public CModule {
}
};
#include "modperl/functions.cpp"
#include "modperl/perlfunctions.cpp"
VWebSubPages& CPerlModule::GetSubPages() {
VWebSubPages* result = _GetSubPages();