diff options
Diffstat (limited to 'fpdfsdk/fxedit/fxet_list.cpp')
-rw-r--r-- | fpdfsdk/fxedit/fxet_list.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/fxedit/fxet_list.cpp b/fpdfsdk/fxedit/fxet_list.cpp index f3db38612c..af6e8588f6 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), |