| Index: xfa/src/fxbarcode/datamatrix/BC_C40Encoder.cpp
 | 
| diff --git a/xfa/src/fxbarcode/datamatrix/BC_C40Encoder.cpp b/xfa/src/fxbarcode/datamatrix/BC_C40Encoder.cpp
 | 
| index 93851376d30f06a29335bb665eafe88ba3a2c415..48bce2bd50af876bef22783770314673fbbbd1f3 100644
 | 
| --- a/xfa/src/fxbarcode/datamatrix/BC_C40Encoder.cpp
 | 
| +++ b/xfa/src/fxbarcode/datamatrix/BC_C40Encoder.cpp
 | 
| @@ -20,15 +20,15 @@
 | 
|   * limitations under the License.
 | 
|   */
 | 
|  
 | 
| -#include "xfa/src/fxbarcode/barcode.h"
 | 
|  #include "xfa/src/fxbarcode/BC_Dimension.h"
 | 
| +#include "xfa/src/fxbarcode/barcode.h"
 | 
|  #include "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h"
 | 
| +#include "xfa/src/fxbarcode/datamatrix/BC_C40Encoder.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_EncoderContext.h"
 | 
|  #include "xfa/src/fxbarcode/datamatrix/BC_HighLevelEncoder.h"
 | 
| -#include "xfa/src/fxbarcode/datamatrix/BC_C40Encoder.h"
 | 
| +#include "xfa/src/fxbarcode/datamatrix/BC_SymbolInfo.h"
 | 
| +#include "xfa/src/fxbarcode/datamatrix/BC_SymbolShapeHint.h"
 | 
|  CBC_C40Encoder::CBC_C40Encoder() {}
 | 
|  CBC_C40Encoder::~CBC_C40Encoder() {}
 | 
|  int32_t CBC_C40Encoder::getEncodingMode() {
 | 
| 
 |