diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-02-25 13:38:37 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-02-25 13:38:37 -0500 |
commit | e73c5ceb8176dfd92138780f640ac193f1c0ea30 (patch) | |
tree | d7e68f16a64807c322e6f9045e2920adf564800f /xfa/include/fxfa/fxfa_objectacc.h | |
parent | 2e6864282e65c55ff6809f5aaae011b31c3a361a (diff) | |
download | pdfium-e73c5ceb8176dfd92138780f640ac193f1c0ea30.tar.xz |
Remove include only fwl.h and IWYU.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1735833003 .
Diffstat (limited to 'xfa/include/fxfa/fxfa_objectacc.h')
-rw-r--r-- | xfa/include/fxfa/fxfa_objectacc.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/xfa/include/fxfa/fxfa_objectacc.h b/xfa/include/fxfa/fxfa_objectacc.h index 426ad73791..b471b5707b 100644 --- a/xfa/include/fxfa/fxfa_objectacc.h +++ b/xfa/include/fxfa/fxfa_objectacc.h @@ -7,13 +7,11 @@ #ifndef XFA_INCLUDE_FXFA_FXFA_OBJECTACC_H_ #define XFA_INCLUDE_FXFA_FXFA_OBJECTACC_H_ -#include "core/include/fxge/fx_dib.h" // For FX_ARGB. +#include "core/include/fxge/fx_dib.h" +#include "xfa/src/fxfa/src/common/xfa_object.h" class CXFA_Node; class IFX_Locale; -class CXFA_Data; -class CXFA_Font; -class CXFA_Fill; class CXFA_Margin; class CXFA_Caption; class CXFA_Para; @@ -59,7 +57,6 @@ inline FX_BOOL XFA_IsSpace(FX_WCHAR c) { inline FX_BOOL XFA_IsDigit(FX_WCHAR c) { return c >= '0' && c <= '9'; } -typedef CFX_ArrayTemplate<CXFA_Node*> CXFA_NodeArray; typedef CFX_ArrayTemplate<CXFA_Object*> CXFA_ObjArray; class CXFA_Data { |