| Index: fpdfsdk/pdfsdk_fieldaction.h
|
| diff --git a/fpdfsdk/include/pdfsdk_fieldaction.h b/fpdfsdk/pdfsdk_fieldaction.h
|
| similarity index 85%
|
| rename from fpdfsdk/include/pdfsdk_fieldaction.h
|
| rename to fpdfsdk/pdfsdk_fieldaction.h
|
| index 4ed8b943c98fc4246da59dbc5f0c6996b0c958a3..192bfc20759636d65cc97d732c49ffe566e1d2a7 100644
|
| --- a/fpdfsdk/include/pdfsdk_fieldaction.h
|
| +++ b/fpdfsdk/pdfsdk_fieldaction.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef FPDFSDK_INCLUDE_PDFSDK_FIELDACTION_H_
|
| -#define FPDFSDK_INCLUDE_PDFSDK_FIELDACTION_H_
|
| +#ifndef FPDFSDK_PDFSDK_FIELDACTION_H_
|
| +#define FPDFSDK_PDFSDK_FIELDACTION_H_
|
|
|
| #include "core/fxcrt/fx_string.h"
|
|
|
| @@ -36,4 +36,4 @@ struct PDFSDK_FieldAction {
|
| FX_BOOL bRC;
|
| };
|
|
|
| -#endif // FPDFSDK_INCLUDE_PDFSDK_FIELDACTION_H_
|
| +#endif // FPDFSDK_PDFSDK_FIELDACTION_H_
|
|
|