| Index: xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.cpp
|
| diff --git a/xfa/src/fxbarcode/src/BC_DataMatrixVersion.cpp b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.cpp
|
| similarity index 97%
|
| rename from xfa/src/fxbarcode/src/BC_DataMatrixVersion.cpp
|
| rename to xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.cpp
|
| index 4d0bce331ecaf9684d1b2b20ea1d5bb04484c889..1a4e59864e7d07ecf8f37169e02e8354c28583bc 100644
|
| --- a/xfa/src/fxbarcode/src/BC_DataMatrixVersion.cpp
|
| +++ b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.cpp
|
| @@ -20,8 +20,8 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "barcode.h"
|
| -#include "include/BC_DataMatrixVersion.h"
|
| +#include "../barcode.h"
|
| +#include "BC_DataMatrixVersion.h"
|
| CFX_PtrArray* CBC_DataMatrixVersion::VERSIONS = NULL;
|
| void CBC_DataMatrixVersion::Initialize()
|
| {
|
|
|