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

@@ -395,7 +395,7 @@ CString CPyModule::GetPyExceptionStr() {
return m_pModPython->GetPyExceptionStr();
}
#include "modpython/functions.cpp"
#include "modpython/pyfunctions.cpp"
VWebSubPages& CPyModule::GetSubPages() {
VWebSubPages* result = _GetSubPages();