| Index: fpdfsdk/src/fxedit/fxet_ap.cpp
 | 
| diff --git a/fpdfsdk/src/fxedit/fxet_ap.cpp b/fpdfsdk/src/fxedit/fxet_ap.cpp
 | 
| index 4e92099417ccb2690a8719c6b9e22a28d366d296..bdce7c05db609038f7b772d7ca5cada5af50f8c9 100644
 | 
| --- a/fpdfsdk/src/fxedit/fxet_ap.cpp
 | 
| +++ b/fpdfsdk/src/fxedit/fxet_ap.cpp
 | 
| @@ -4,9 +4,9 @@
 | 
|  
 | 
|  // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
 | 
|  
 | 
| -#include "../../include/fxedit/fxet_stub.h"
 | 
| -#include "../../include/fxedit/fx_edit.h"
 | 
| -#include "../../include/fxedit/fxet_edit.h"
 | 
| +#include "fpdfsdk/include/fxedit/fx_edit.h"
 | 
| +#include "fpdfsdk/include/fxedit/fxet_edit.h"
 | 
| +#include "fpdfsdk/include/fxedit/fxet_stub.h"
 | 
|  
 | 
|  CFX_ByteString GetPDFWordString(IFX_Edit_FontMap* pFontMap,
 | 
|                                  int32_t nFontIndex,
 | 
| 
 |