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