diff options
Diffstat (limited to 'fxjs/cfxjse_arguments.cpp')
-rw-r--r-- | fxjs/cfxjse_arguments.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fxjs/cfxjse_arguments.cpp b/fxjs/cfxjse_arguments.cpp index 1ff425d8b1..f1dcd2c153 100644 --- a/fxjs/cfxjse_arguments.cpp +++ b/fxjs/cfxjse_arguments.cpp @@ -4,10 +4,10 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "fxjs/include/cfxjse_arguments.h" +#include "fxjs/cfxjse_arguments.h" -#include "fxjs/include/cfxjse_context.h" -#include "fxjs/include/cfxjse_value.h" +#include "fxjs/cfxjse_context.h" +#include "fxjs/cfxjse_value.h" v8::Isolate* CFXJSE_Arguments::GetRuntime() const { return m_pRetValue->GetIsolate(); |