| Index: xfa/fgas/crt/fgas_memory.h
|
| diff --git a/xfa/src/fgas/crt/fgas_memory.h b/xfa/fgas/crt/fgas_memory.h
|
| similarity index 93%
|
| rename from xfa/src/fgas/crt/fgas_memory.h
|
| rename to xfa/fgas/crt/fgas_memory.h
|
| index 90a8ddaf9a3d1ea337c07d01c327ecd792fe77db..a9c5cc97e7dff0bb876f64d1d38472a429e179ab 100644
|
| --- a/xfa/src/fgas/crt/fgas_memory.h
|
| +++ b/xfa/fgas/crt/fgas_memory.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FGAS_CRT_FGAS_MEMORY_H_
|
| -#define XFA_SRC_FGAS_CRT_FGAS_MEMORY_H_
|
| +#ifndef XFA_FGAS_CRT_FGAS_MEMORY_H_
|
| +#define XFA_FGAS_CRT_FGAS_MEMORY_H_
|
|
|
| #include "core/include/fxcrt/fx_memory.h"
|
| #include "core/include/fxcrt/fx_system.h"
|
| @@ -56,4 +56,4 @@ class CFX_Target {
|
| (pointer)->operator delete((pointer), (__allocator__)); \
|
| }
|
|
|
| -#endif // XFA_SRC_FGAS_CRT_FGAS_MEMORY_H_
|
| +#endif // XFA_FGAS_CRT_FGAS_MEMORY_H_
|
|
|