| Index: core/include/fxcrt/fx_bidi.h
|
| diff --git a/core/include/fxcrt/fx_bidi.h b/core/include/fxcrt/fx_bidi.h
|
| index ecf888b306962eb8c81f8a527b77a9952ffa57f7..4ea17dae861badc6922ad8b5f7a7b97adba14326 100644
|
| --- a/core/include/fxcrt/fx_bidi.h
|
| +++ b/core/include/fxcrt/fx_bidi.h
|
| @@ -10,8 +10,8 @@
|
| #include <memory>
|
| #include <vector>
|
|
|
| -#include "fx_string.h"
|
| -#include "fx_system.h"
|
| +#include "core/include/fxcrt/fx_string.h"
|
| +#include "core/include/fxcrt/fx_system.h"
|
|
|
| // Processes characters and group them into segments based on text direction.
|
| class CFX_BidiChar {
|
|
|