| Index: xfa/src/fxbarcode/common/BC_CommonECI.cpp
|
| diff --git a/xfa/src/fxbarcode/common/BC_CommonECI.cpp b/xfa/src/fxbarcode/common/BC_CommonECI.cpp
|
| index efb9e94657ae9f494c2d86a43486d279f60cd9f3..b6be150eb4c2ea19c9d91f4bb96ad38c5d6d7a9d 100644
|
| --- a/xfa/src/fxbarcode/common/BC_CommonECI.cpp
|
| +++ b/xfa/src/fxbarcode/common/BC_CommonECI.cpp
|
| @@ -21,8 +21,8 @@
|
| */
|
|
|
| #include "xfa/src/fxbarcode/barcode.h"
|
| -#include "xfa/src/fxbarcode/common/BC_CommonECI.h"
|
| #include "xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.h"
|
| +#include "xfa/src/fxbarcode/common/BC_CommonECI.h"
|
| CBC_CommonECI::CBC_CommonECI(int32_t value) {
|
| m_value = value;
|
| }
|
|
|