| Index: core/include/fxcrt/fx_basic.h
|
| diff --git a/core/include/fxcrt/fx_basic.h b/core/include/fxcrt/fx_basic.h
|
| index 7099e28447a5b20014f005a30fd395c31f657a36..3acdda77979b706bb302beeff75a08f17a9b5b1d 100644
|
| --- a/core/include/fxcrt/fx_basic.h
|
| +++ b/core/include/fxcrt/fx_basic.h
|
| @@ -9,10 +9,10 @@
|
|
|
| #include <algorithm>
|
|
|
| -#include "fx_memory.h"
|
| -#include "fx_stream.h"
|
| -#include "fx_string.h"
|
| -#include "fx_system.h"
|
| +#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"
|
|
|
| // The FX_ArraySize(arr) macro returns the # of elements in an array arr.
|
| // The expression is a compile-time constant, and therefore can be
|
|
|