Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(307)

Unified Diff: xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusGF.h

Issue 1741003002: Cleanup forward declarations. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/src/fxbarcode/pdf417/BC_PDF417.h ('k') | xfa/src/fxbarcode/pdf417/BC_PDF417ScanningDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusGF.h
diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusGF.h b/xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusGF.h
index c73f3eb9fa1bd5adb9836c9a82f7aa5d6fbdd59f..f5d245b0e3e7db61f88c777ba9ce36a563413e8a 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);
« no previous file with comments | « xfa/src/fxbarcode/pdf417/BC_PDF417.h ('k') | xfa/src/fxbarcode/pdf417/BC_PDF417ScanningDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698