| Index: core/fxcrt/fx_basic_gcc.cpp
 | 
| diff --git a/core/fxcrt/fx_basic_gcc.cpp b/core/fxcrt/fx_basic_gcc.cpp
 | 
| index 2c9c54c8b60bd26cf6d6772517c6ec2f7df007e9..440f92479560b7f5586e24aac73a233ebcb26b17 100644
 | 
| --- a/core/fxcrt/fx_basic_gcc.cpp
 | 
| +++ b/core/fxcrt/fx_basic_gcc.cpp
 | 
| @@ -8,8 +8,8 @@
 | 
|  #include <cwctype>
 | 
|  #include <limits>
 | 
|  
 | 
| -#include "core/include/fxcrt/fx_ext.h"
 | 
| -#include "core/include/fxcrt/fx_string.h"
 | 
| +#include "core/fxcrt/include/fx_ext.h"
 | 
| +#include "core/fxcrt/include/fx_string.h"
 | 
|  
 | 
|  template <typename IntType, typename CharType>
 | 
|  IntType FXSYS_StrToInt(const CharType* str) {
 | 
| 
 |