| Index: xfa/src/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp
 | 
| diff --git a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp
 | 
| index 7348680be452c19ffe36021034b82621ff76d539..89483fe28c6f7838e6f77d359a02fb830c0d791f 100644
 | 
| --- a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp
 | 
| +++ b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp
 | 
| @@ -21,10 +21,10 @@
 | 
|   */
 | 
|  
 | 
|  #include "xfa/src/fxbarcode/barcode.h"
 | 
| +#include "xfa/src/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.h"
 | 
|  #include "xfa/src/fxbarcode/datamatrix/BC_Encoder.h"
 | 
| -#include "xfa/src/fxbarcode/datamatrix/BC_SymbolShapeHint.h"
 | 
|  #include "xfa/src/fxbarcode/datamatrix/BC_SymbolInfo.h"
 | 
| -#include "xfa/src/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.h"
 | 
| +#include "xfa/src/fxbarcode/datamatrix/BC_SymbolShapeHint.h"
 | 
|  CBC_DataMatrixSymbolInfo144::CBC_DataMatrixSymbolInfo144()
 | 
|      : CBC_SymbolInfo(FALSE, 1558, 620, 22, 22, 36) {
 | 
|    m_rsBlockData = -1;
 | 
| 
 |