| Index: core/fpdfdoc/cpdf_annot.h
|
| diff --git a/core/fpdfdoc/include/cpdf_annot.h b/core/fpdfdoc/cpdf_annot.h
|
| similarity index 96%
|
| rename from core/fpdfdoc/include/cpdf_annot.h
|
| rename to core/fpdfdoc/cpdf_annot.h
|
| index e88375a903863d55e8c703f367a223d248f9ebdf..f3166256d6a4ff4f07f786bc130699715de376db 100644
|
| --- a/core/fpdfdoc/include/cpdf_annot.h
|
| +++ b/core/fpdfdoc/cpdf_annot.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFDOC_INCLUDE_CPDF_ANNOT_H_
|
| -#define CORE_FPDFDOC_INCLUDE_CPDF_ANNOT_H_
|
| +#ifndef CORE_FPDFDOC_CPDF_ANNOT_H_
|
| +#define CORE_FPDFDOC_CPDF_ANNOT_H_
|
|
|
| #include <map>
|
| #include <memory>
|
| @@ -128,4 +128,4 @@ class CPDF_Annot {
|
| CPDF_Stream* FPDFDOC_GetAnnotAP(CPDF_Dictionary* pAnnotDict,
|
| CPDF_Annot::AppearanceMode mode);
|
|
|
| -#endif // CORE_FPDFDOC_INCLUDE_CPDF_ANNOT_H_
|
| +#endif // CORE_FPDFDOC_CPDF_ANNOT_H_
|
|
|