| Index: fpdfsdk/fxedit/fxet_list.cpp
|
| diff --git a/fpdfsdk/fxedit/fxet_list.cpp b/fpdfsdk/fxedit/fxet_list.cpp
|
| index f3db38612c87af6e548177cd1ca5d49794c858e2..af6e8588f6521cc6848a43ff8e6952707e5256a1 100644
|
| --- a/fpdfsdk/fxedit/fxet_list.cpp
|
| +++ b/fpdfsdk/fxedit/fxet_list.cpp
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "fpdfsdk/include/fxedit/fxet_list.h"
|
| +#include "fpdfsdk/fxedit/include/fxet_list.h"
|
|
|
| #include "core/fpdfdoc/include/cpvt_word.h"
|
| -#include "fpdfsdk/include/fxedit/fxet_edit.h"
|
| +#include "fpdfsdk/fxedit/include/fxet_edit.h"
|
|
|
| CFX_ListItem::CFX_ListItem()
|
| : m_pEdit(NULL),
|
|
|