| Index: fpdfsdk/include/pdfwindow/PWL_Wnd.h
|
| diff --git a/fpdfsdk/include/pdfwindow/PWL_Wnd.h b/fpdfsdk/include/pdfwindow/PWL_Wnd.h
|
| index e8340c34ad3e14f672e804c61c9d7311a3c90061..7216bf508a4d63b5200bdf041d11b8ca83720869 100644
|
| --- a/fpdfsdk/include/pdfwindow/PWL_Wnd.h
|
| +++ b/fpdfsdk/include/pdfwindow/PWL_Wnd.h
|
| @@ -7,9 +7,9 @@
|
| #ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_WND_H_
|
| #define FPDFSDK_INCLUDE_PDFWINDOW_PWL_WND_H_
|
|
|
| -#include "../../../core/include/fxcrt/fx_basic.h"
|
| -#include "../../../core/include/fpdfdoc/fpdf_doc.h"
|
| #include "../fx_systemhandler.h"
|
| +#include "core/include/fpdfdoc/fpdf_doc.h"
|
| +#include "core/include/fxcrt/fx_basic.h"
|
|
|
| class CPWL_MsgControl;
|
| class CPWL_ScrollBar;
|
|
|