| Index: fpdfsdk/src/fxedit/fxet_list.cpp
|
| diff --git a/fpdfsdk/src/fxedit/fxet_list.cpp b/fpdfsdk/src/fxedit/fxet_list.cpp
|
| index ff4723e5149e8a57adf6653b6d8de0076cdee0f7..19d41ccf41b09f45f9215ae7c8c0a7e45ac3d17c 100644
|
| --- a/fpdfsdk/src/fxedit/fxet_list.cpp
|
| +++ b/fpdfsdk/src/fxedit/fxet_list.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"
|
|
|
| /* ------------------------------- CFX_ListItem
|
| * ---------------------------------- */
|
|
|