| Index: core/fxcrt/fx_basic_gcc.cpp
|
| diff --git a/core/fxcrt/fx_basic_gcc.cpp b/core/fxcrt/fx_basic_gcc.cpp
|
| index 3547e5fbf089a4cbec58ccccfe473a8a6b5d269e..42fb2a17f7a7426c83c4551b8f4424e44bbae819 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/fxcrt/include/fx_ext.h"
|
| -#include "core/fxcrt/include/fx_string.h"
|
| +#include "core/fxcrt/fx_ext.h"
|
| +#include "core/fxcrt/fx_string.h"
|
|
|
| template <typename IntType, typename CharType>
|
| IntType FXSYS_StrToInt(const CharType* str) {
|
|
|