| Index: fpdfsdk/src/pdfwindow/PWL_Button.cpp
|
| diff --git a/fpdfsdk/src/pdfwindow/PWL_Button.cpp b/fpdfsdk/src/pdfwindow/PWL_Button.cpp
|
| index 9eca10c90d3207d716bcc4ab78f64553b9586e20..e9c2647aa24f2dbb762f7cbefa07f9fa41bdca94 100644
|
| --- a/fpdfsdk/src/pdfwindow/PWL_Button.cpp
|
| +++ b/fpdfsdk/src/pdfwindow/PWL_Button.cpp
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../include/pdfwindow/PDFWindow.h"
|
| -#include "../../include/pdfwindow/PWL_Wnd.h"
|
| -#include "../../include/pdfwindow/PWL_Button.h"
|
| -#include "../../include/pdfwindow/PWL_Utils.h"
|
| +#include "fpdfsdk/include/pdfwindow/PDFWindow.h"
|
| +#include "fpdfsdk/include/pdfwindow/PWL_Button.h"
|
| +#include "fpdfsdk/include/pdfwindow/PWL_Utils.h"
|
| +#include "fpdfsdk/include/pdfwindow/PWL_Wnd.h"
|
|
|
| /* ------------------------------- CPWL_Button
|
| * ---------------------------------- */
|
|
|