| Index: fpdfsdk/src/javascript/event.cpp
|
| diff --git a/fpdfsdk/src/javascript/event.cpp b/fpdfsdk/src/javascript/event.cpp
|
| index a6bd5dca1fbb63dd1aff6e82d75b726a6b004641..5ad1ca513f626e57f599d0cb226aaa7c6c064277 100644
|
| --- a/fpdfsdk/src/javascript/event.cpp
|
| +++ b/fpdfsdk/src/javascript/event.cpp
|
| @@ -6,13 +6,13 @@
|
|
|
| #include "event.h"
|
|
|
| -#include "../../include/javascript/IJavaScript.h"
|
| +#include "Field.h"
|
| +#include "JS_Context.h"
|
| #include "JS_Define.h"
|
| +#include "JS_EventHandler.h"
|
| #include "JS_Object.h"
|
| #include "JS_Value.h"
|
| -#include "JS_EventHandler.h"
|
| -#include "JS_Context.h"
|
| -#include "Field.h"
|
| +#include "fpdfsdk/include/javascript/IJavaScript.h"
|
|
|
| /* -------------------------- event -------------------------- */
|
|
|
|
|