| Index: xfa/src/fxbarcode/common/BC_CommonBitSource.cpp
|
| diff --git a/xfa/src/fxbarcode/src/BC_CommonBitSource.cpp b/xfa/src/fxbarcode/common/BC_CommonBitSource.cpp
|
| similarity index 94%
|
| rename from xfa/src/fxbarcode/src/BC_CommonBitSource.cpp
|
| rename to xfa/src/fxbarcode/common/BC_CommonBitSource.cpp
|
| index 43df2958fd896558c07d74bc543a43376150265b..b71848a60c9cf0787bb09025739151fd8f244f1a 100644
|
| --- a/xfa/src/fxbarcode/src/BC_CommonBitSource.cpp
|
| +++ b/xfa/src/fxbarcode/common/BC_CommonBitSource.cpp
|
| @@ -20,8 +20,8 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "barcode.h"
|
| -#include "include/BC_CommonBitSource.h"
|
| +#include "../barcode.h"
|
| +#include "BC_CommonBitSource.h"
|
| CBC_CommonBitSource::CBC_CommonBitSource(CFX_ByteArray* bytes)
|
| {
|
| m_bytes.Copy((*bytes));
|
|
|