| Index: fpdfsdk/src/pdfwindow/PWL_ListCtrl.cpp
|
| diff --git a/fpdfsdk/src/pdfwindow/PWL_ListCtrl.cpp b/fpdfsdk/src/pdfwindow/PWL_ListCtrl.cpp
|
| index f7c1ef12fda4a277bcd16e7f133e608e95c062a8..6d9627b08a889e30a689b3765f2d444d54fa383b 100644
|
| --- a/fpdfsdk/src/pdfwindow/PWL_ListCtrl.cpp
|
| +++ b/fpdfsdk/src/pdfwindow/PWL_ListCtrl.cpp
|
| @@ -4,12 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "fpdfsdk/include/pdfwindow/PDFWindow.h"
|
| #include "fpdfsdk/include/pdfwindow/PWL_ListCtrl.h"
|
| #include "fpdfsdk/include/pdfwindow/PWL_Wnd.h"
|
|
|
| -/* ---------------------------- CPWL_ListCtrl ---------------------------- */
|
| -
|
| CPWL_ListCtrl::CPWL_ListCtrl()
|
| : m_rcContent(0, 0, 0, 0),
|
| m_ptScroll(0, 0),
|
|
|