| Index: core/fxcrt/include/fx_memory.h
|
| diff --git a/core/include/fxcrt/fx_memory.h b/core/fxcrt/include/fx_memory.h
|
| similarity index 93%
|
| rename from core/include/fxcrt/fx_memory.h
|
| rename to core/fxcrt/include/fx_memory.h
|
| index e1cc07090a7079344932d2242f0ecc79c9d5a247..c3dafc8d5e0e52acc9c991a574c94347358fb8d2 100644
|
| --- a/core/include/fxcrt/fx_memory.h
|
| +++ b/core/fxcrt/include/fx_memory.h
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_INCLUDE_FXCRT_FX_MEMORY_H_
|
| -#define CORE_INCLUDE_FXCRT_FX_MEMORY_H_
|
| +#ifndef CORE_FXCRT_INCLUDE_FX_MEMORY_H_
|
| +#define CORE_FXCRT_INCLUDE_FX_MEMORY_H_
|
|
|
| -#include "core/include/fxcrt/fx_system.h"
|
| +#include "core/fxcrt/include/fx_system.h"
|
|
|
| #ifdef __cplusplus
|
| extern "C" {
|
| @@ -81,4 +81,4 @@ class CFX_DestructObject {
|
|
|
| #endif // __cplusplus
|
|
|
| -#endif // CORE_INCLUDE_FXCRT_FX_MEMORY_H_
|
| +#endif // CORE_FXCRT_INCLUDE_FX_MEMORY_H_
|
|
|