diff options
Diffstat (limited to 'sapi/activescript/classfactory.cpp')
-rw-r--r-- | sapi/activescript/classfactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/activescript/classfactory.cpp b/sapi/activescript/classfactory.cpp index 4bcdafefdb..ecdd6f63a3 100644 --- a/sapi/activescript/classfactory.cpp +++ b/sapi/activescript/classfactory.cpp @@ -32,8 +32,8 @@ HINSTANCE module_handle; #include <comcat.h> #include "TSRM.h" -#include "php4as_classfactory.h" -#include "php4as_scriptengine.h" +#include "php5as_classfactory.h" +#include "php5as_scriptengine.h" volatile LONG TPHPClassFactory::factory_count = 0; volatile LONG TPHPClassFactory::object_count = 0; |