diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-06 10:47:54 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-06 10:47:54 -0700 |
commit | 89bdd0876e6b92c959839908204eb82337a27ba2 (patch) | |
tree | 607cb5ebf8371c8610ae0f278154be9d98c8f904 /fpdfsdk/javascript/JS_Object.h | |
parent | 44d054c6449edb63d9760ac6602b036ffec75a84 (diff) | |
download | pdfium-89bdd0876e6b92c959839908204eb82337a27ba2.tar.xz |
Move code from fpdfsdk/include to the sub directories.
This CL moves the fxedit, jsapi and fpdfxfa code out of fpdfsdk/include to the
various sub-include directories.
Review URL: https://codereview.chromium.org/1863163002
Diffstat (limited to 'fpdfsdk/javascript/JS_Object.h')
-rw-r--r-- | fpdfsdk/javascript/JS_Object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/javascript/JS_Object.h b/fpdfsdk/javascript/JS_Object.h index e0ec23e79a..49c078d927 100644 --- a/fpdfsdk/javascript/JS_Object.h +++ b/fpdfsdk/javascript/JS_Object.h @@ -11,8 +11,8 @@ #include <memory> #include "fpdfsdk/include/fsdk_define.h" -#include "fpdfsdk/include/jsapi/fxjs_v8.h" #include "fpdfsdk/javascript/cjs_runtime.h" +#include "fpdfsdk/jsapi/include/fxjs_v8.h" class CJS_Context; class CJS_Object; |