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/cbc_code39.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fxbarcode/cbc_code39.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" -- cgit v1.2.3