| Index: fxjs/cfxjse_class.cpp
|
| diff --git a/fxjs/cfxjse_class.cpp b/fxjs/cfxjse_class.cpp
|
| index 6ccc0e2e240a7711af0432a46de39154eacf29af..c2c8e5fec22268a19dd2ad279c7336c1bb474220 100644
|
| --- a/fxjs/cfxjse_class.cpp
|
| +++ b/fxjs/cfxjse_class.cpp
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "fxjs/include/cfxjse_class.h"
|
| +#include "fxjs/cfxjse_class.h"
|
|
|
| -#include "fxjs/include/cfxjse_context.h"
|
| -#include "fxjs/include/cfxjse_value.h"
|
| +#include "fxjs/cfxjse_context.h"
|
| +#include "fxjs/cfxjse_value.h"
|
|
|
| namespace {
|
|
|
|
|