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