diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-18 21:58:21 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-18 21:58:21 +0000 |
commit | 4c1ced59a6752f21fa857556a845ffad5919fbae (patch) | |
tree | 08071f54e6beaa5c044c15f79be3854134119e81 /fxjs/xfa/cjx_node.h | |
parent | 7203104c34853f1b4d61027ea0f96c8b4b85f2bf (diff) | |
download | pdfium-4c1ced59a6752f21fa857556a845ffad5919fbae.tar.xz |
One more round of IWYU in fxjs/.
Also get rid of CFXJSE_FormCalcContext::m_pFMClass, which mostly goes
unused.
Change-Id: Idad72afaf5796e6174a5f23ad0460a8e0a93f9ab
Reviewed-on: https://pdfium-review.googlesource.com/c/44273
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fxjs/xfa/cjx_node.h')
-rw-r--r-- | fxjs/xfa/cjx_node.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_node.h b/fxjs/xfa/cjx_node.h index af6800b5e5..b73b4fb931 100644 --- a/fxjs/xfa/cjx_node.h +++ b/fxjs/xfa/cjx_node.h @@ -8,7 +8,6 @@ #define FXJS_XFA_CJX_NODE_H_ #include "fxjs/jse_define.h" -#include "fxjs/xfa/cjx_object.h" #include "fxjs/xfa/cjx_tree.h" #include "xfa/fxfa/fxfa_basic.h" |