| Index: xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp | 
| diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp | 
| index 0fcbb9c836b705e1e5082843db21fe34315f124a..41e1955c480a02754bf1229ffb6cf1163f8959ce 100644 | 
| --- a/xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp | 
| +++ b/xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp | 
| @@ -20,8 +20,8 @@ | 
| * limitations under the License. | 
| */ | 
|  | 
| -#include "xfa/src/fxbarcode/barcode.h" | 
| #include "xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.h" | 
| + | 
| CBC_BarcodeRow::CBC_BarcodeRow(int32_t width) { | 
| m_row.SetSize(width); | 
| m_currentLocation = 0; | 
|  |