| Index: fpdfsdk/src/fxedit/fxet_module.cpp
|
| diff --git a/fpdfsdk/src/fxedit/fxet_module.cpp b/fpdfsdk/src/fxedit/fxet_module.cpp
|
| index 5c0086ae2175da589792f2a7ced69c4f582a1d93..12f2c86e033b4b46c97d86955d8174e30426527a 100644
|
| --- a/fpdfsdk/src/fxedit/fxet_module.cpp
|
| +++ b/fpdfsdk/src/fxedit/fxet_module.cpp
|
| @@ -4,9 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../include/fxedit/fxet_stub.h"
|
| -#include "../../include/fxedit/fxet_edit.h"
|
| -#include "../../include/fxedit/fxet_list.h"
|
| +#include "fpdfsdk/include/fxedit/fxet_edit.h"
|
| +#include "fpdfsdk/include/fxedit/fxet_list.h"
|
| +#include "fpdfsdk/include/fxedit/fxet_stub.h"
|
|
|
| /* ---------------------- IFX_Edit ---------------------- */
|
|
|
|
|