| Index: fxjs/cfxjse_value.cpp
|
| diff --git a/fxjs/cfxjse_value.cpp b/fxjs/cfxjse_value.cpp
|
| index b1fc0784e8d23d770288ee61e397ea42eeea8dde..d0a428c9c372ea3667d51cbd4a6790ea068a03d1 100644
|
| --- a/fxjs/cfxjse_value.cpp
|
| +++ b/fxjs/cfxjse_value.cpp
|
| @@ -4,12 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "fxjs/include/cfxjse_value.h"
|
| +#include "fxjs/cfxjse_value.h"
|
|
|
| #include <math.h>
|
|
|
| -#include "fxjs/include/cfxjse_class.h"
|
| -#include "fxjs/include/cfxjse_context.h"
|
| +#include "fxjs/cfxjse_class.h"
|
| +#include "fxjs/cfxjse_context.h"
|
|
|
| namespace {
|
|
|
|
|