From 37cc5fb6b3407ce8e079bc1bdd0606713b975532 Mon Sep 17 00:00:00 2001 From: Nicolas Pena Date: Tue, 4 Apr 2017 12:12:49 -0400 Subject: Finish splitting up fx_dib.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After this CL, fx_dib.h only has some definitions used in multiple places. Definitions that were of restricted usage were moved out to the corresponding place. Includes in fx_dib were reduced, thus revealing other needed includes. Change-Id: I3607da0af81c491256d64c0aa085225631efbdcc Reviewed-on: https://pdfium-review.googlesource.com/3594 Commit-Queue: Nicolás Peña Reviewed-by: dsinclair --- fxbarcode/BC_TwoDimWriter.h | 1 + fxbarcode/BC_Writer.h | 1 + fxbarcode/cbc_code39.h | 1 + fxbarcode/cbc_codebase.h | 1 + fxbarcode/cbc_datamatrix.h | 1 + fxbarcode/cbc_ean13.h | 1 + 6 files changed, 6 insertions(+) (limited to 'fxbarcode') diff --git a/fxbarcode/BC_TwoDimWriter.h b/fxbarcode/BC_TwoDimWriter.h index b0fed0b79f..f77546ee07 100644 --- a/fxbarcode/BC_TwoDimWriter.h +++ b/fxbarcode/BC_TwoDimWriter.h @@ -9,6 +9,7 @@ #include +#include "core/fxcrt/fx_coordinates.h" #include "fxbarcode/BC_Writer.h" class CBC_CommonBitMatrix; diff --git a/fxbarcode/BC_Writer.h b/fxbarcode/BC_Writer.h index 44cdbae4b4..fc98a4cfd4 100644 --- a/fxbarcode/BC_Writer.h +++ b/fxbarcode/BC_Writer.h @@ -8,6 +8,7 @@ #define FXBARCODE_BC_WRITER_H_ #include "core/fxcrt/fx_string.h" +#include "core/fxge/dib/cfx_dibitmap.h" #include "core/fxge/fx_dib.h" #include "fxbarcode/utils.h" diff --git a/fxbarcode/cbc_code39.h b/fxbarcode/cbc_code39.h index 2de902fbdc..a83a7b77e6 100644 --- a/fxbarcode/cbc_code39.h +++ b/fxbarcode/cbc_code39.h @@ -7,6 +7,7 @@ #ifndef FXBARCODE_CBC_CODE39_H_ #define FXBARCODE_CBC_CODE39_H_ +#include "core/fxcrt/fx_coordinates.h" #include "core/fxcrt/fx_string.h" #include "core/fxcrt/fx_system.h" #include "core/fxge/fx_dib.h" diff --git a/fxbarcode/cbc_codebase.h b/fxbarcode/cbc_codebase.h index e01e9be14e..559f64e4f1 100644 --- a/fxbarcode/cbc_codebase.h +++ b/fxbarcode/cbc_codebase.h @@ -9,6 +9,7 @@ #include +#include "core/fxcrt/fx_coordinates.h" #include "core/fxcrt/fx_system.h" #include "core/fxge/fx_dib.h" #include "fxbarcode/BC_Library.h" diff --git a/fxbarcode/cbc_datamatrix.h b/fxbarcode/cbc_datamatrix.h index f172428e7c..b03467974a 100644 --- a/fxbarcode/cbc_datamatrix.h +++ b/fxbarcode/cbc_datamatrix.h @@ -7,6 +7,7 @@ #ifndef FXBARCODE_CBC_DATAMATRIX_H_ #define FXBARCODE_CBC_DATAMATRIX_H_ +#include "core/fxcrt/fx_coordinates.h" #include "core/fxcrt/fx_string.h" #include "core/fxcrt/fx_system.h" #include "core/fxge/fx_dib.h" diff --git a/fxbarcode/cbc_ean13.h b/fxbarcode/cbc_ean13.h index 8b7b662092..105ded27c7 100644 --- a/fxbarcode/cbc_ean13.h +++ b/fxbarcode/cbc_ean13.h @@ -7,6 +7,7 @@ #ifndef FXBARCODE_CBC_EAN13_H_ #define FXBARCODE_CBC_EAN13_H_ +#include "core/fxcrt/fx_coordinates.h" #include "core/fxcrt/fx_string.h" #include "core/fxcrt/fx_system.h" #include "core/fxge/fx_dib.h" -- cgit v1.2.3