| Index: xfa/fgas/crt/fgas_algorithm.h
|
| diff --git a/xfa/src/fgas/crt/fgas_algorithm.h b/xfa/fgas/crt/fgas_algorithm.h
|
| similarity index 91%
|
| rename from xfa/src/fgas/crt/fgas_algorithm.h
|
| rename to xfa/fgas/crt/fgas_algorithm.h
|
| index f819716820178241807342e88af7f72de2b9dafd..662b1b62a99b11376c6868e7d8e2cbb405c6f4ef 100644
|
| --- a/xfa/src/fgas/crt/fgas_algorithm.h
|
| +++ b/xfa/fgas/crt/fgas_algorithm.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FGAS_CRT_FGAS_ALGORITHM_H_
|
| -#define XFA_SRC_FGAS_CRT_FGAS_ALGORITHM_H_
|
| +#ifndef XFA_FGAS_CRT_FGAS_ALGORITHM_H_
|
| +#define XFA_FGAS_CRT_FGAS_ALGORITHM_H_
|
|
|
| #include <cstdint>
|
|
|
| @@ -51,4 +51,4 @@ class CFX_DSPATemplate {
|
| }
|
| };
|
|
|
| -#endif // XFA_SRC_FGAS_CRT_FGAS_ALGORITHM_H_
|
| +#endif // XFA_FGAS_CRT_FGAS_ALGORITHM_H_
|
|
|