From 320510d590f4e8df3a4725a87b54446c7009e57e Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 24 Feb 2016 15:39:55 -0500 Subject: Remove include only barcode.h and IWYU. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1730893003 . --- xfa/src/fxbarcode/BC_Dimension.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/src/fxbarcode/BC_Dimension.cpp') diff --git a/xfa/src/fxbarcode/BC_Dimension.cpp b/xfa/src/fxbarcode/BC_Dimension.cpp index 35671b3a9e..253a4ea7e0 100644 --- a/xfa/src/fxbarcode/BC_Dimension.cpp +++ b/xfa/src/fxbarcode/BC_Dimension.cpp @@ -21,8 +21,8 @@ */ #include "xfa/src/fxbarcode/BC_Dimension.h" -#include "xfa/src/fxbarcode/barcode.h" #include "xfa/src/fxbarcode/datamatrix/BC_Encoder.h" + CBC_Dimension::CBC_Dimension() {} CBC_Dimension::CBC_Dimension(int32_t width, int32_t height, int32_t& e) { if (width < 0 || height < 0) { -- cgit v1.2.3