diff options
Diffstat (limited to 'fxjs/cjs_eventhandler.cpp')
-rw-r--r-- | fxjs/cjs_eventhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_eventhandler.cpp b/fxjs/cjs_eventhandler.cpp index 5b20ce769b..2f42d4157f 100644 --- a/fxjs/cjs_eventhandler.cpp +++ b/fxjs/cjs_eventhandler.cpp @@ -7,12 +7,12 @@ #include "fxjs/cjs_eventhandler.h" #include "core/fpdfdoc/cpdf_formfield.h" -#include "fxjs/JS_Define.h" #include "fxjs/cjs_document.h" #include "fxjs/cjs_event_context.h" #include "fxjs/cjs_field.h" #include "fxjs/cjs_object.h" #include "fxjs/cjs_runtime.h" +#include "fxjs/js_define.h" CJS_EventHandler::CJS_EventHandler(CJS_EventContext* pContext) : m_pJSEventContext(pContext) {} |