| Index: fpdfsdk/src/javascript/app.h
|
| diff --git a/fpdfsdk/include/javascript/app.h b/fpdfsdk/src/javascript/app.h
|
| similarity index 98%
|
| rename from fpdfsdk/include/javascript/app.h
|
| rename to fpdfsdk/src/javascript/app.h
|
| index 1ab02c5eaca7f8ea718747f8852515bf9939ca52..7824a1e99e61fb714347c2d1e17cf50c858c84f9 100644
|
| --- a/fpdfsdk/include/javascript/app.h
|
| +++ b/fpdfsdk/src/javascript/app.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef FPDFSDK_INCLUDE_JAVASCRIPT_APP_H_
|
| -#define FPDFSDK_INCLUDE_JAVASCRIPT_APP_H_
|
| +#ifndef FPDFSDK_SRC_JAVASCRIPT_APP_H_
|
| +#define FPDFSDK_SRC_JAVASCRIPT_APP_H_
|
|
|
| #include "JS_Define.h"
|
|
|
| @@ -215,4 +215,4 @@ class CJS_App : public CJS_Object {
|
| JS_STATIC_METHOD(setTimeOut, app);
|
| };
|
|
|
| -#endif // FPDFSDK_INCLUDE_JAVASCRIPT_APP_H_
|
| +#endif // FPDFSDK_SRC_JAVASCRIPT_APP_H_
|
|
|