| Index: fxjs/include/fxjse.h
|
| diff --git a/fxjs/include/fxjse.h b/fxjs/include/fxjse.h
|
| index 79c32b053aa03473a684e9325589893a109a2c71..eafae88d2d50e70a0a5e5bd2b514c56f9bf0db51 100644
|
| --- a/fxjs/include/fxjse.h
|
| +++ b/fxjs/include/fxjse.h
|
| @@ -7,8 +7,8 @@
|
| #ifndef FXJS_INCLUDE_FXJSE_H_
|
| #define FXJS_INCLUDE_FXJSE_H_
|
|
|
| -#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"
|
| #include "v8/include/v8.h"
|
|
|
| class CFXJSE_Arguments;
|
|
|