| Index: xfa/src/fxbarcode/common/BC_CommonByteMatrix.cpp
|
| diff --git a/xfa/src/fxbarcode/src/BC_CommonByteMatrix.cpp b/xfa/src/fxbarcode/common/BC_CommonByteMatrix.cpp
|
| similarity index 93%
|
| rename from xfa/src/fxbarcode/src/BC_CommonByteMatrix.cpp
|
| rename to xfa/src/fxbarcode/common/BC_CommonByteMatrix.cpp
|
| index de10f9e401c8540ceccde1e5bfb2ad99975927f8..27c8615bf9c40d162e6a2ec3cec68d6450e74d62 100644
|
| --- a/xfa/src/fxbarcode/src/BC_CommonByteMatrix.cpp
|
| +++ b/xfa/src/fxbarcode/common/BC_CommonByteMatrix.cpp
|
| @@ -20,8 +20,8 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "barcode.h"
|
| -#include "include/BC_CommonByteMatrix.h"
|
| +#include "../barcode.h"
|
| +#include "BC_CommonByteMatrix.h"
|
| CBC_CommonByteMatrix::CBC_CommonByteMatrix(FX_INT32 width, FX_INT32 height)
|
| {
|
| m_height = height;
|
|
|