| Index: xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h
|
| diff --git a/xfa/src/fxbarcode/common/BC_CommonPerspectiveTransform.h b/xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h
|
| similarity index 93%
|
| rename from xfa/src/fxbarcode/common/BC_CommonPerspectiveTransform.h
|
| rename to xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h
|
| index dfe0ce1f2d06d4d2c4a7f8773f198c64f1a23402..36defd81469584802b60d71591f2223e4601d52e 100644
|
| --- a/xfa/src/fxbarcode/common/BC_CommonPerspectiveTransform.h
|
| +++ b/xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXBARCODE_COMMON_BC_COMMONPERSPECTIVETRANSFORM_H_
|
| -#define XFA_SRC_FXBARCODE_COMMON_BC_COMMONPERSPECTIVETRANSFORM_H_
|
| +#ifndef XFA_FXBARCODE_COMMON_BC_COMMONPERSPECTIVETRANSFORM_H_
|
| +#define XFA_FXBARCODE_COMMON_BC_COMMONPERSPECTIVETRANSFORM_H_
|
|
|
| #include "core/include/fxcrt/fx_basic.h"
|
|
|
| @@ -62,4 +62,4 @@ class CBC_CommonPerspectiveTransform {
|
| FX_FLOAT m_a11, m_a12, m_a13, m_a21, m_a22, m_a23, m_a31, m_a32, m_a33;
|
| };
|
|
|
| -#endif // XFA_SRC_FXBARCODE_COMMON_BC_COMMONPERSPECTIVETRANSFORM_H_
|
| +#endif // XFA_FXBARCODE_COMMON_BC_COMMONPERSPECTIVETRANSFORM_H_
|
|
|