From 06f49c808a23d0ce9f89fd7fa6552a0f0ee96bbb Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Sat, 27 Feb 2016 08:53:48 -0500 Subject: 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 . --- xfa/src/fxbarcode/pdf417/BC_PDF417.h | 1 - xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusGF.h | 1 - xfa/src/fxbarcode/pdf417/BC_PDF417ScanningDecoder.h | 2 -- 3 files changed, 4 deletions(-) (limited to 'xfa/src/fxbarcode/pdf417') diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417.h b/xfa/src/fxbarcode/pdf417/BC_PDF417.h index 55b9b6c483..a7a4649461 100644 --- a/xfa/src/fxbarcode/pdf417/BC_PDF417.h +++ b/xfa/src/fxbarcode/pdf417/BC_PDF417.h @@ -10,7 +10,6 @@ #include "core/include/fxcrt/fx_basic.h" #include "xfa/src/fxbarcode/pdf417/BC_PDF417Compaction.h" -class CBC_Compaction; class CBC_BarcodeRow; class CBC_BarcodeMatrix; diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusGF.h b/xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusGF.h index c73f3eb9fa..f5d245b0e3 100644 --- a/xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusGF.h +++ b/xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusGF.h @@ -8,7 +8,6 @@ #define XFA_SRC_FXBARCODE_PDF417_BC_PDF417ECMODULUSGF_H_ class CBC_PDF417ECModulusPoly; -class CBC_PDF417Common; class CBC_PDF417ECModulusGF { public: CBC_PDF417ECModulusGF(int32_t modulus, int32_t generator, int32_t& e); diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417ScanningDecoder.h b/xfa/src/fxbarcode/pdf417/BC_PDF417ScanningDecoder.h index a0ac8888b1..ca310d2c44 100644 --- a/xfa/src/fxbarcode/pdf417/BC_PDF417ScanningDecoder.h +++ b/xfa/src/fxbarcode/pdf417/BC_PDF417ScanningDecoder.h @@ -9,12 +9,10 @@ class CBC_CommonDecoderResult; class CBC_CommonBitMatrix; -class CBC_ErrorCorrection; class CBC_Codeword; class CBC_BoundingBox; class CBC_ResultPoint; class CBC_BarcodeMetadata; -class CBC_BarcodeValue; class CBC_DetectionResult; class CBC_DetectionResultRowIndicatorColumn; -- cgit v1.2.3