| 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 89483fe28c6f7838e6f77d359a02fb830c0d791f..2e7685dbb67511f3a00676c32eeefa3d49c76d8c 100644
 | 
| --- a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp
 | 
| +++ b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp
 | 
| @@ -20,11 +20,11 @@
 | 
|   * limitations under the License.
 | 
|   */
 | 
|  
 | 
| -#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_SymbolInfo.h"
 | 
|  #include "xfa/src/fxbarcode/datamatrix/BC_SymbolShapeHint.h"
 | 
| +
 | 
|  CBC_DataMatrixSymbolInfo144::CBC_DataMatrixSymbolInfo144()
 | 
|      : CBC_SymbolInfo(FALSE, 1558, 620, 22, 22, 36) {
 | 
|    m_rsBlockData = -1;
 | 
| 
 |