| Index: fpdfsdk/src/javascript/JS_Runtime.h
|
| diff --git a/fpdfsdk/src/javascript/JS_Runtime.h b/fpdfsdk/src/javascript/JS_Runtime.h
|
| index d90891eff0dac93be79f30be82ee18e4d0c8d2ba..4a55c2e9e6c303ee1b0a5d20b949a42120a5aea4 100644
|
| --- a/fpdfsdk/src/javascript/JS_Runtime.h
|
| +++ b/fpdfsdk/src/javascript/JS_Runtime.h
|
| @@ -10,10 +10,10 @@
|
| #include <set>
|
| #include <utility>
|
|
|
| -#include "../../../core/include/fxcrt/fx_basic.h"
|
| #include "../../include/javascript/IJavaScript.h"
|
| #include "../../include/jsapi/fxjs_v8.h"
|
| #include "JS_EventHandler.h"
|
| +#include "core/include/fxcrt/fx_basic.h"
|
|
|
| class CJS_Context;
|
|
|
|
|