| Index: fpdfsdk/fxedit/fx_edit.h
 | 
| diff --git a/fpdfsdk/fxedit/include/fx_edit.h b/fpdfsdk/fxedit/fx_edit.h
 | 
| similarity index 83%
 | 
| rename from fpdfsdk/fxedit/include/fx_edit.h
 | 
| rename to fpdfsdk/fxedit/fx_edit.h
 | 
| index da93071f2388b08ef836f3aef0d3aea9f0727a18..6c9166709c9055cda8e21b5d673920a0efb15f69 100644
 | 
| --- a/fpdfsdk/fxedit/include/fx_edit.h
 | 
| +++ b/fpdfsdk/fxedit/fx_edit.h
 | 
| @@ -4,8 +4,8 @@
 | 
|  
 | 
|  // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
 | 
|  
 | 
| -#ifndef FPDFSDK_FXEDIT_INCLUDE_FX_EDIT_H_
 | 
| -#define FPDFSDK_FXEDIT_INCLUDE_FX_EDIT_H_
 | 
| +#ifndef FPDFSDK_FXEDIT_FX_EDIT_H_
 | 
| +#define FPDFSDK_FXEDIT_FX_EDIT_H_
 | 
|  
 | 
|  #include "core/fxcrt/fx_basic.h"
 | 
|  
 | 
| @@ -20,4 +20,4 @@ CFX_ByteString GetPDFWordString(IPVT_FontMap* pFontMap,
 | 
|                                  uint16_t Word,
 | 
|                                  uint16_t SubWord);
 | 
|  
 | 
| -#endif  // FPDFSDK_FXEDIT_INCLUDE_FX_EDIT_H_
 | 
| +#endif  // FPDFSDK_FXEDIT_FX_EDIT_H_
 | 
| 
 |