diff options
author | dan sinclair <dsinclair@chromium.org> | 2016-02-27 08:53:48 -0500 |
---|---|---|
committer | dan sinclair <dsinclair@chromium.org> | 2016-02-27 08:53:48 -0500 |
commit | 06f49c808a23d0ce9f89fd7fa6552a0f0ee96bbb (patch) | |
tree | dfeadd4e7851b25cbdb6430af7cb421650681660 /xfa/src/fee | |
parent | 330a7037a2b6ef329c18cac39d895ef42c2b793e (diff) | |
download | pdfium-06f49c808a23d0ce9f89fd7fa6552a0f0ee96bbb.tar.xz |
Cleanup forward declarations.
This CL removes duplicate forward declarations, removes extraneous declarations
and adds a couple of missing declarations.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1741003002 .
Diffstat (limited to 'xfa/src/fee')
-rw-r--r-- | xfa/src/fee/include/ifde_txtedtengine.h | 1 | ||||
-rw-r--r-- | xfa/src/fee/src/fee/fde_txtedtengine.h | 6 | ||||
-rw-r--r-- | xfa/src/fee/src/fee/fde_txtedtpage.h | 1 |
3 files changed, 0 insertions, 8 deletions
diff --git a/xfa/src/fee/include/ifde_txtedtengine.h b/xfa/src/fee/include/ifde_txtedtengine.h index 6773b50195..d4319d27ee 100644 --- a/xfa/src/fee/include/ifde_txtedtengine.h +++ b/xfa/src/fee/include/ifde_txtedtengine.h @@ -10,7 +10,6 @@ #include "core/include/fxge/fx_dib.h" #include "xfa/src/fgas/include/fx_fnt.h" -class IFDE_TxtEdtBuf; class IFDE_TxtEdtPage; class IFDE_TxtEdtEngine; class IFDE_TxtEdtEventSink; diff --git a/xfa/src/fee/src/fee/fde_txtedtengine.h b/xfa/src/fee/src/fee/fde_txtedtengine.h index de836ca3b8..69390ddd2f 100644 --- a/xfa/src/fee/src/fee/fde_txtedtengine.h +++ b/xfa/src/fee/src/fee/fde_txtedtengine.h @@ -7,14 +7,8 @@ #ifndef XFA_SRC_FEE_SRC_FEE_FDE_TXTEDTENGINE_H_ #define XFA_SRC_FEE_SRC_FEE_FDE_TXTEDTENGINE_H_ -class CFDE_TxtEdtBuf; -class CFDE_TxtEdtPage; class IFX_TxtBreak; class CFDE_TxtEdtParag; -class CFDE_TxtEdtKMPMatch; -class IFDE_TxtEdtFormator; -class CFDE_TxtEdtField; -class CFDE_TxtEdtBlock; class IFX_CharIter; class CFDE_TxtEdtEngine; class CFDE_TxtEdtDoRecord_Insert; diff --git a/xfa/src/fee/src/fee/fde_txtedtpage.h b/xfa/src/fee/src/fee/fde_txtedtpage.h index 0dc50d1b15..5f04e20611 100644 --- a/xfa/src/fee/src/fee/fde_txtedtpage.h +++ b/xfa/src/fee/src/fee/fde_txtedtpage.h @@ -10,7 +10,6 @@ class CFDE_TxtEdtEngine; class IFX_CharIter; class CFDE_TxtEdtPage; -class CFDE_TxtEdtLineExt; class CFDE_TxtEdtTextSet; class CFDE_TxtEdtParag; enum FDE_TXTEDT_CHARTYPE { |