| Index: fpdfsdk/javascript/cjs_runtime.h
|
| diff --git a/fpdfsdk/javascript/cjs_runtime.h b/fpdfsdk/javascript/cjs_runtime.h
|
| index da7e384321e005879ffcc97e2205961bb6e3def0..d438e46a6d89e28b7b4bcaf3ae01ba0e8d585993 100644
|
| --- a/fpdfsdk/javascript/cjs_runtime.h
|
| +++ b/fpdfsdk/javascript/cjs_runtime.h
|
| @@ -13,8 +13,8 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#include "core/fxcrt/include/cfx_observable.h"
|
| -#include "core/fxcrt/include/fx_basic.h"
|
| +#include "core/fxcrt/cfx_observable.h"
|
| +#include "core/fxcrt/fx_basic.h"
|
| #include "fpdfsdk/javascript/JS_EventHandler.h"
|
| #include "fpdfsdk/javascript/ijs_runtime.h"
|
| #include "fxjs/include/fxjs_v8.h"
|
|
|