| Index: core/src/fxcrt/extension.h
|
| diff --git a/core/src/fxcrt/extension.h b/core/src/fxcrt/extension.h
|
| index 9960c033496e4929f2dfc70464a4ac2d53f36908..038fa30e70e85beafca25f6bb9fc021a11bf114a 100644
|
| --- a/core/src/fxcrt/extension.h
|
| +++ b/core/src/fxcrt/extension.h
|
| @@ -7,8 +7,8 @@
|
| #ifndef CORE_SRC_FXCRT_EXTENSION_H_
|
| #define CORE_SRC_FXCRT_EXTENSION_H_
|
|
|
| -#include "../../include/fxcrt/fx_basic.h"
|
| -#include "../../include/fxcrt/fx_safe_types.h"
|
| +#include "core/include/fxcrt/fx_basic.h"
|
| +#include "core/include/fxcrt/fx_safe_types.h"
|
|
|
| class IFXCRT_FileAccess {
|
| public:
|
|
|