| Index: fpdfsdk/pdfwindow/PWL_Caret.cpp
|
| diff --git a/fpdfsdk/pdfwindow/PWL_Caret.cpp b/fpdfsdk/pdfwindow/PWL_Caret.cpp
|
| index 62f424b86e444bc12a47cbe036cd5c4db0d6a1db..0965ce10d0503d665cd79ee5c22b5c1ef6faa81c 100644
|
| --- a/fpdfsdk/pdfwindow/PWL_Caret.cpp
|
| +++ b/fpdfsdk/pdfwindow/PWL_Caret.cpp
|
| @@ -6,9 +6,9 @@
|
|
|
| #include "fpdfsdk/pdfwindow/PWL_Caret.h"
|
|
|
| -#include "core/fxge/include/cfx_graphstatedata.h"
|
| -#include "core/fxge/include/cfx_pathdata.h"
|
| -#include "core/fxge/include/cfx_renderdevice.h"
|
| +#include "core/fxge/cfx_graphstatedata.h"
|
| +#include "core/fxge/cfx_pathdata.h"
|
| +#include "core/fxge/cfx_renderdevice.h"
|
| #include "fpdfsdk/pdfwindow/PWL_Utils.h"
|
| #include "fpdfsdk/pdfwindow/PWL_Wnd.h"
|
|
|
|
|