| Index: fpdfsdk/pdfwindow/PWL_Caret.h
|
| diff --git a/fpdfsdk/include/pdfwindow/PWL_Caret.h b/fpdfsdk/pdfwindow/PWL_Caret.h
|
| similarity index 88%
|
| rename from fpdfsdk/include/pdfwindow/PWL_Caret.h
|
| rename to fpdfsdk/pdfwindow/PWL_Caret.h
|
| index 2459195acb21e227233a3df8dbd69140b3566ce5..a7cf1d4c05049ca3f6e540424aa8b60710717dd3 100644
|
| --- a/fpdfsdk/include/pdfwindow/PWL_Caret.h
|
| +++ b/fpdfsdk/pdfwindow/PWL_Caret.h
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_CARET_H_
|
| -#define FPDFSDK_INCLUDE_PDFWINDOW_PWL_CARET_H_
|
| +#ifndef FPDFSDK_PDFWINDOW_PWL_CARET_H_
|
| +#define FPDFSDK_PDFWINDOW_PWL_CARET_H_
|
|
|
| -#include "fpdfsdk/include/pdfwindow/PWL_Wnd.h"
|
| +#include "fpdfsdk/pdfwindow/PWL_Wnd.h"
|
|
|
| struct PWL_CARET_INFO {
|
| public:
|
| @@ -50,4 +50,4 @@ class CPWL_Caret : public CPWL_Wnd {
|
| CFX_FloatRect m_rcInvalid;
|
| };
|
|
|
| -#endif // FPDFSDK_INCLUDE_PDFWINDOW_PWL_CARET_H_
|
| +#endif // FPDFSDK_PDFWINDOW_PWL_CARET_H_
|
|
|