| Index: xfa/src/fxbarcode/common/BC_CommonECI.cpp
|
| diff --git a/xfa/src/fxbarcode/src/BC_CommonECI.cpp b/xfa/src/fxbarcode/common/BC_CommonECI.cpp
|
| similarity index 89%
|
| rename from xfa/src/fxbarcode/src/BC_CommonECI.cpp
|
| rename to xfa/src/fxbarcode/common/BC_CommonECI.cpp
|
| index e6ade95024bfb5fd2362e82cee13fd76f0ba2a3e..5aa64095f79fef094e23378d48be6351499aa226 100644
|
| --- a/xfa/src/fxbarcode/src/BC_CommonECI.cpp
|
| +++ b/xfa/src/fxbarcode/common/BC_CommonECI.cpp
|
| @@ -20,9 +20,9 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "barcode.h"
|
| -#include "include/BC_CommonECI.h"
|
| -#include "include/BC_CommonCharacterSetECI.h"
|
| +#include "../barcode.h"
|
| +#include "BC_CommonECI.h"
|
| +#include "BC_CommonCharacterSetECI.h"
|
| CBC_CommonECI::CBC_CommonECI(FX_INT32 value)
|
| {
|
| m_value = value;
|
|
|