diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-18 19:29:59 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-18 19:29:59 +0000 |
commit | 70156345b2a7bc57b8bfca5f3d58c34505ad6518 (patch) | |
tree | 68878a52ed8cbe6174038cf7396e040d6ccf45c8 /fxjs/cfxjse_formcalc_context.cpp | |
parent | 378ec548964d57311faab4627e570566bd20aaa0 (diff) | |
download | pdfium-70156345b2a7bc57b8bfca5f3d58c34505ad6518.tar.xz |
Forward declare some fxjs/ classes.
And remove unnecessary fxjs/ #includes in header files.
Change-Id: If89dd2717b6ba93dbb7493e8ca80d78deaa64b06
Reviewed-on: https://pdfium-review.googlesource.com/c/44270
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fxjs/cfxjse_formcalc_context.cpp')
-rw-r--r-- | fxjs/cfxjse_formcalc_context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fxjs/cfxjse_formcalc_context.cpp b/fxjs/cfxjse_formcalc_context.cpp index 41ec5783ff..771c53ab36 100644 --- a/fxjs/cfxjse_formcalc_context.cpp +++ b/fxjs/cfxjse_formcalc_context.cpp @@ -16,6 +16,7 @@ #include "core/fxcrt/fx_random.h" #include "core/fxcrt/locale_iface.h" #include "fxjs/cfxjse_class.h" +#include "fxjs/cfxjse_context.h" #include "fxjs/cfxjse_engine.h" #include "fxjs/cfxjse_value.h" #include "fxjs/xfa/cjx_object.h" |