diff options
Diffstat (limited to 'xfa/fxjse')
-rw-r--r-- | xfa/fxjse/context.h | 2 | ||||
-rw-r--r-- | xfa/fxjse/include/fxjse.h | 4 | ||||
-rw-r--r-- | xfa/fxjse/runtime.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/xfa/fxjse/context.h b/xfa/fxjse/context.h index 9d3700940c..75973f2a66 100644 --- a/xfa/fxjse/context.h +++ b/xfa/fxjse/context.h @@ -7,7 +7,7 @@ #ifndef XFA_FXJSE_CONTEXT_H_ #define XFA_FXJSE_CONTEXT_H_ -#include "core/include/fxcrt/fx_basic.h" +#include "core/fxcrt/include/fx_basic.h" #include "v8/include/v8.h" #include "xfa/fxjse/include/fxjse.h" diff --git a/xfa/fxjse/include/fxjse.h b/xfa/fxjse/include/fxjse.h index d957c58651..cf6587e8fd 100644 --- a/xfa/fxjse/include/fxjse.h +++ b/xfa/fxjse/include/fxjse.h @@ -7,8 +7,8 @@ #ifndef XFA_FXJSE_INCLUDE_FXJSE_H_ #define XFA_FXJSE_INCLUDE_FXJSE_H_ -#include "core/include/fxcrt/fx_string.h" -#include "core/include/fxcrt/fx_system.h" +#include "core/fxcrt/include/fx_string.h" +#include "core/fxcrt/include/fx_system.h" struct FXJSE_CLASS; class CFXJSE_Arguments; diff --git a/xfa/fxjse/runtime.h b/xfa/fxjse/runtime.h index 023aaaac9b..43629e3771 100644 --- a/xfa/fxjse/runtime.h +++ b/xfa/fxjse/runtime.h @@ -7,7 +7,7 @@ #ifndef XFA_FXJSE_RUNTIME_H_ #define XFA_FXJSE_RUNTIME_H_ -#include "core/include/fxcrt/fx_basic.h" +#include "core/fxcrt/include/fx_basic.h" #include "v8/include/v8.h" class CFXJSE_RuntimeList; |