| Index: xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.cpp
|
| diff --git a/xfa/src/fxbarcode/src/BC_DefaultPlacement.cpp b/xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.cpp
|
| similarity index 95%
|
| rename from xfa/src/fxbarcode/src/BC_DefaultPlacement.cpp
|
| rename to xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.cpp
|
| index e62192b5f0f3dcf04653f892366133dba1fecd1d..e6bab5a65e0222b9b6312e6f522c795045ef8b7c 100644
|
| --- a/xfa/src/fxbarcode/src/BC_DefaultPlacement.cpp
|
| +++ b/xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.cpp
|
| @@ -20,9 +20,9 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "barcode.h"
|
| -#include "include/BC_Encoder.h"
|
| -#include "include/BC_DefaultPlacement.h"
|
| +#include "../barcode.h"
|
| +#include "BC_Encoder.h"
|
| +#include "BC_DefaultPlacement.h"
|
| CBC_DefaultPlacement::CBC_DefaultPlacement(CFX_WideString codewords, FX_INT32 numcols, FX_INT32 numrows)
|
| {
|
| m_codewords = codewords;
|
|
|