| Index: core/fxcrt/include/fx_basic.h
 | 
| diff --git a/core/include/fxcrt/fx_basic.h b/core/fxcrt/include/fx_basic.h
 | 
| similarity index 98%
 | 
| rename from core/include/fxcrt/fx_basic.h
 | 
| rename to core/fxcrt/include/fx_basic.h
 | 
| index 277286c80c0bd4de86c9fb31b54dd2614aade286..3da2e03e606008a69f63c32189ff3d4cb0acfeb2 100644
 | 
| --- a/core/include/fxcrt/fx_basic.h
 | 
| +++ b/core/fxcrt/include/fx_basic.h
 | 
| @@ -4,16 +4,16 @@
 | 
|  
 | 
|  // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
 | 
|  
 | 
| -#ifndef CORE_INCLUDE_FXCRT_FX_BASIC_H_
 | 
| -#define CORE_INCLUDE_FXCRT_FX_BASIC_H_
 | 
| +#ifndef CORE_FXCRT_INCLUDE_FX_BASIC_H_
 | 
| +#define CORE_FXCRT_INCLUDE_FX_BASIC_H_
 | 
|  
 | 
|  #include <algorithm>
 | 
|  #include <memory>
 | 
|  
 | 
| -#include "core/include/fxcrt/fx_memory.h"
 | 
| -#include "core/include/fxcrt/fx_stream.h"
 | 
| -#include "core/include/fxcrt/fx_string.h"
 | 
| -#include "core/include/fxcrt/fx_system.h"
 | 
| +#include "core/fxcrt/include/fx_memory.h"
 | 
| +#include "core/fxcrt/include/fx_stream.h"
 | 
| +#include "core/fxcrt/include/fx_string.h"
 | 
| +#include "core/fxcrt/include/fx_system.h"
 | 
|  
 | 
|  // The FX_ArraySize(arr) macro returns the # of elements in an array arr.
 | 
|  // The expression is a compile-time constant, and therefore can be
 | 
| @@ -1150,4 +1150,4 @@ class CFX_Matrix_3by3 {
 | 
|    FX_FLOAT i;
 | 
|  };
 | 
|  
 | 
| -#endif  // CORE_INCLUDE_FXCRT_FX_BASIC_H_
 | 
| +#endif  // CORE_FXCRT_INCLUDE_FX_BASIC_H_
 | 
| 
 |